diff options
author | taca <taca@pkgsrc.org> | 2013-03-16 03:36:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-03-16 03:36:01 +0000 |
commit | 380aa63f9da9b0503045be4f6fb4c571fb81bb9e (patch) | |
tree | 4ab5ec362cb50b66810016a63d0407e404ebde0b | |
parent | c5ccb0bba63701c765a0c800b38610dec239e59a (diff) | |
download | pkgsrc-380aa63f9da9b0503045be4f6fb4c571fb81bb9e.tar.gz |
Update pear-MDB2_Driver_mysqli to 1.5.0b4 and add LICENSE.
Changelog:
- Make varchar_max_length property public, Bug #19582.
- Revert 327099 by afz, caused "Notice: Undefined index: charset on line 1003"
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- max value for VARCHAR is 65535 but if used multi-bytes (UTF8) so it is 21844, because UTF8 string takes 3bytes
- Fix Bug #19262. Updates conditional stagements to use logical operators to
include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)
- Have alterTable() return MDB2_OK on success, as documented (bug 19200)
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have createIndex() return MDB2_OK on success, as documented (bug 19195)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- Make setOption('result_wrap_class') actually useful by changing the default
value of $result_wrap_class parameters from false to true.
- Obtain error information in _doQuery() because standaloneQuery() throws off
$this->connection.
- FETCHMODE constants are NOT bitwise.
- Make $sql_comments public (was before, used in tests, no real harm).
- Property visibility
- boolean data type
- fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails
[dennylin93]
- fixed bug #18057: Result of getDeclaration() can have invalid syntax
[hschletz]
- request #18068: mapNativeDatatype() returns decimal places also for 'float'
mdb2type
- fixed bug #18203: Type introspection breaks with associative arrays if names
are identical (patch by Peter Bex)
- fixed bug #17892: removed debug message [pdt256]
- fixed bug #17892: removed debug message [pdt256]
- fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails
[dennylin93]
- fixed bug #18057: Result of getDeclaration() can have invalid syntax
[hschletz]
- request #18068: mapNativeDatatype() returns decimal places also for 'float'
mdb2type
open todo items:
- use a trigger to emulate setting default now()
-rw-r--r-- | databases/pear-MDB2_Driver_mysqli/Makefile | 5 | ||||
-rw-r--r-- | databases/pear-MDB2_Driver_mysqli/distinfo | 10 | ||||
-rw-r--r-- | databases/pear-MDB2_Driver_mysqli/patches/patch-aa | 10 |
3 files changed, 13 insertions, 12 deletions
diff --git a/databases/pear-MDB2_Driver_mysqli/Makefile b/databases/pear-MDB2_Driver_mysqli/Makefile index c731dbd72a9..f2e289bc68c 100644 --- a/databases/pear-MDB2_Driver_mysqli/Makefile +++ b/databases/pear-MDB2_Driver_mysqli/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2012/10/02 21:25:37 asau Exp $ +# $NetBSD: Makefile,v 1.3 2013/03/16 03:36:01 taca Exp $ -DISTNAME= MDB2_Driver_mysqli-1.5.0b3 +DISTNAME= MDB2_Driver_mysqli-1.5.0b4 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pear.php.net/package/MDB2_Driver_mysqli COMMENT= Mysqli MDB2 driver +LICENSE= modified-bsd DEPENDS+= ${PHP_PKG_PREFIX}-mysqli-[0-9]*:../../databases/php-mysqli DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.5:../../databases/pear-MDB2 diff --git a/databases/pear-MDB2_Driver_mysqli/distinfo b/databases/pear-MDB2_Driver_mysqli/distinfo index a7b5c771974..69c6794caea 100644 --- a/databases/pear-MDB2_Driver_mysqli/distinfo +++ b/databases/pear-MDB2_Driver_mysqli/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/12/22 15:34:53 taca Exp $ +$NetBSD: distinfo,v 1.2 2013/03/16 03:36:01 taca Exp $ -SHA1 (pear/MDB2_Driver_mysqli-1.5.0b3.tgz) = 762a56401e17cb72cf995198ba3a4d152d5ea3ec -RMD160 (pear/MDB2_Driver_mysqli-1.5.0b3.tgz) = 3e92cc727f35187d7be9587e54269ca3fcaacb62 -Size (pear/MDB2_Driver_mysqli-1.5.0b3.tgz) = 47380 bytes -SHA1 (patch-aa) = d13806f813fd1855a1468ad24e3e6f9be3c331e3 +SHA1 (pear/MDB2_Driver_mysqli-1.5.0b4.tgz) = 2031956492e01295017ceca4bf55784a4287b3c3 +RMD160 (pear/MDB2_Driver_mysqli-1.5.0b4.tgz) = ad6fe6acad94b6f6eb706b3c7f36fa133f9ed04c +Size (pear/MDB2_Driver_mysqli-1.5.0b4.tgz) = 49450 bytes +SHA1 (patch-aa) = 1dc88e330cbdd808b20de52f81977580e05c84bc diff --git a/databases/pear-MDB2_Driver_mysqli/patches/patch-aa b/databases/pear-MDB2_Driver_mysqli/patches/patch-aa index 6b6c4654f03..82f4f8d61c8 100644 --- a/databases/pear-MDB2_Driver_mysqli/patches/patch-aa +++ b/databases/pear-MDB2_Driver_mysqli/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.1.1.1 2010/12/22 15:34:53 taca Exp $ +$NetBSD: patch-aa,v 1.2 2013/03/16 03:36:01 taca Exp $ ---- ../package.xml.orig 2010-08-29 12:13:43.000000000 +0000 -+++ ../package.xml -@@ -76,9 +76,6 @@ open todo items: +--- ../package.xml.orig 2012-10-24 03:12:25.000000000 +0900 ++++ ../package.xml 2012-11-15 14:06:10.000000000 +0900 +@@ -97,9 +97,6 @@ <channel>pear.php.net</channel> - <min>1.5.0b3</min> + <min>2.5.0b4</min> </package> - <extension> - <name>mysqli</name> |