summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-12-22 15:19:39 +0000
committertaca <taca@pkgsrc.org>2010-12-22 15:19:39 +0000
commit4030562c03e1646452c751c01c63e97091520191 (patch)
tree498f501b439d687fe51aa4ea5a6dbe8dc06cb8cc /databases
parentd92566e81a999cdfa8926c2f4eefa4c62de14e98 (diff)
downloadpkgsrc-4030562c03e1646452c751c01c63e97091520191.tar.gz
Update pear-MDB2 package to 2.5.0b3.
2.5.0b3 2010-08-29 12:27 UTC Changelog: - fixed bug #15912: MDB2::loadClass can return MDB2_OK without loading class - fixed bug #16020: unable to set params via dsn string in parseDSN() - fixed bug #16508: reusing var name + return by ref [rix0r] - fixed bug #16727: quote(url, 'clob')) fetches URL even if lob_allow_url_include option is false - fixed unreported bug in parseDSN() and oracle's Easy Connect syntax - fixed bug #16973 and #17039: Wrong _skipDelimitedStrings behavior with escaped quotes - fixed bug #16994: incompatible declaration of setTransactionIsolation() in some drivers - dropped PHP 4 support - PHP 5.3 compatibility fixes - performance tweaks (reduced number of internal function calls) - added new sqlsrv driver (native SQL Server driver) [Chris Pucci, Mike Ketcham] - added new ODBC experimental driver [pschellhaas] - Switched test suite to PHPUnit 3.5 open todo items: - handle autoincrement fields in alterTable() - add length handling to LOB reverse engineering - add EXPLAIN abstraction - add cursor support along the lines of PDO (Request #3660 etc.) - add PDO based drivers, especially a driver to support SQLite 3 (Request #6907) - add support to export/import in CSV format - add more functions to the Function module (MD5(), IFNULL(), etc.) - add support for database/table/row LOCKs - add support for CHECK (ENUM as possible mysql fallback) constraints - generate STATUS file from test suite results and allow users to submit test results - add support for full text index creation and querying - add tests to check if the RDBMS specific handling with portability options disabled behaves as expected - handle implicit commits (like for DDL) in any affected driver (mysql, sqlite..) - add a getTableFieldsDefinitions() method to be used in tableInfo() - drop ILIKE from matchPattern() and instead add a second parameter to handle case sensitivity with arbitrary operators - handle LOBs in buffered result sets (Request #8793)
Diffstat (limited to 'databases')
-rw-r--r--databases/pear-MDB2/Makefile4
-rw-r--r--databases/pear-MDB2/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/pear-MDB2/Makefile b/databases/pear-MDB2/Makefile
index da304241b8c..ddbf7a00e9b 100644
--- a/databases/pear-MDB2/Makefile
+++ b/databases/pear-MDB2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2010/02/04 16:36:05 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/12/22 15:19:39 taca Exp $
-DISTNAME= MDB2-2.5.0b2
+DISTNAME= MDB2-2.5.0b3
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/databases/pear-MDB2/distinfo b/databases/pear-MDB2/distinfo
index 8bb09190919..f5722856e01 100644
--- a/databases/pear-MDB2/distinfo
+++ b/databases/pear-MDB2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/01/19 20:13:17 abs Exp $
+$NetBSD: distinfo,v 1.5 2010/12/22 15:19:39 taca Exp $
-SHA1 (pear/MDB2-2.5.0b2.tgz) = 67e408572d301c6ea28235c4be8bd0a6b6037252
-RMD160 (pear/MDB2-2.5.0b2.tgz) = b5152a65c3c5f836b2ede0f975b2d50f55252cb2
-Size (pear/MDB2-2.5.0b2.tgz) = 128775 bytes
+SHA1 (pear/MDB2-2.5.0b3.tgz) = e7e82dd28aeb1293b1f62ad1f4ac043c65661fb2
+RMD160 (pear/MDB2-2.5.0b3.tgz) = d1e1b7f06d4fe997d3ee6c3831353c1d77fd488f
+Size (pear/MDB2-2.5.0b3.tgz) = 130865 bytes