pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/pear-MDB2_Driver_mysql Update pear-MDB2_Driv...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95250399f876
branches:  trunk
changeset: 583526:95250399f876
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Dec 22 15:21:06 2010 +0000

description:
Update pear-MDB2_Driver_mysql package to 1.5.0b2.


1.5.0b3         2010-08-29 12:29 UTC

Changelog:

- fixed bug #15650: mysqli function used in setCharset()
- fixed bug #16003: incorrect check for error after mysql_store_result
- fixed bug #16147: first prepared statement is emulated when using factory
  with mysql
- fixed bug #16669: hostspec is ignored when protocol is unix
- fixed bug #17037: 'on update' not mentioned in tableInfo()
- fixed bug #17065: There is no NEW row in on DELETE trigger (fix error in FK
  constraint triggers)
- fixed bug #17650: lastInsertId can not handle bigint, forces cast to integer
  [alexpw]
- return ON UPDATE|DELETE action in getTableConstraintDefinition()

note:
- the multi_query test failes because this is not supported by ext/mysql

open todo items:
- use a trigger to emulate setting default now()

diffstat:

 databases/pear-MDB2_Driver_mysql/distinfo         |  4 ++--
 databases/pear-MDB2_Driver_mysql/patches/patch-aa |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r bcf5afb54fa4 -r 95250399f876 databases/pear-MDB2_Driver_mysql/distinfo
--- a/databases/pear-MDB2_Driver_mysql/distinfo Wed Dec 22 15:19:39 2010 +0000
+++ b/databases/pear-MDB2_Driver_mysql/distinfo Wed Dec 22 15:21:06 2010 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2009/01/19 20:13:38 abs Exp $
+$NetBSD: distinfo,v 1.5 2010/12/22 15:21:06 taca Exp $
 
 SHA1 (pear/MDB2_Driver_mysql-1.5.0b2.tgz) = 3ae1d579ace24ec7ccbb769b7e6693c8a64e686e
 RMD160 (pear/MDB2_Driver_mysql-1.5.0b2.tgz) = a1280d4d2aacc664e602950b978fac08613c1367
 Size (pear/MDB2_Driver_mysql-1.5.0b2.tgz) = 45456 bytes
-SHA1 (patch-aa) = 71f1dfe4931ca19337bf71f2eb779f6756a85b3c
+SHA1 (patch-aa) = 7db47f47930ee44579b034075dd00b70627841ff
diff -r bcf5afb54fa4 -r 95250399f876 databases/pear-MDB2_Driver_mysql/patches/patch-aa
--- a/databases/pear-MDB2_Driver_mysql/patches/patch-aa Wed Dec 22 15:19:39 2010 +0000
+++ b/databases/pear-MDB2_Driver_mysql/patches/patch-aa Wed Dec 22 15:21:06 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2009/01/19 20:13:38 abs Exp $
+$NetBSD: patch-aa,v 1.4 2010/12/22 15:21:06 taca Exp $
 
---- ../package.xml.orig        2007-05-03 21:05:23.000000000 +0200
+--- ../package.xml.orig        2009-01-14 16:31:22.000000000 +0000
 +++ ../package.xml
-@@ -79,9 +79,6 @@ open todo items:
+@@ -77,9 +77,6 @@ open todo items:
      <channel>pear.php.net</channel>
      <min>2.5.0b2</min>
     </package>



Home | Main Index | Thread Index | Old Index