summaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_sqlite
AgeCommit message (Collapse)AuthorFilesLines
2013-06-14Fix patch that's been rejecting since the package was updated. I don'tdholland2-4/+4
know if the patch is still needed, but I'm assuming it is.
2013-03-16Update pear-MDB2_Driver_sqlite to 1.5.0b4 and add LICENSE.taca2-6/+7
- PEAR::isError() -> MDB2::isError(), Bug #19491. - PEAR::loadExtension() -> extension_loaded(), Bug #19583. - Fix Bug #19262. Updates conditional stagements to use logical operators to include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197. - Fixed createIndex not using quoteIdentifier in SQLite driver - Have dropTable() return MDB2_OK on success, as documented (bug 19199) - 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 createConstraint() return MDB2_OK on success, as documented (bug 19193) - Have dropSequence() return MDB2_OK on success, as documented (bug 19191). - FETCHMODE constants are NOT bitwise. - fixed bug #18203: Type introspection breaks with associative arrays if names are identical (patch by Peter Bex) - request #18316: Add TINYINT to list of coltypes in MDB2_Driver_Reverse_sqlite [brotherli] - fixed bug #16275: split() is deprecated in PHP 5.3 - request #18316: Add TINYINT to list of coltypes in MDB2_Driver_Reverse_sqlite [brotherli]
2012-11-08Remove left over "52" (php52) from PHP_VERSIONS_ACCEPTED.taca1-2/+2
Thnaks joerg@ who noted to me via private mail.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-16Restrict to php 5.2.x and 5.3.x since php-sqlite support is obsoleted by PHP ↵taca1-1/+3
5.4.
2011-06-19Add missing patch file (forgot to commit).taca1-0/+14
2010-12-22Update pear-MDB2_Driver_sqlite package to 1.5.0b3.taca3-21/+7
1.5.0b3 2010-08-29 12:31 UTC Changelog: - fixed bug #16275: split() is deprecated in PHP 5.3 note: open todo items: - fix pattern escaping using GLOB instead of LIKE or create and register own implementation of LIKE
2010-03-15Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any moretaca1-3/+1
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now. No functional change.
2010-02-04Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backendjoerg1-1/+3
support.
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-07-13php-sqlite no longer support PHP 4.joerg1-1/+3
2009-01-19Updated databases/pear-MDB2_Driver_sqlite to 1.5.0b2abs3-10/+12
1.5.0b2 - fixed bug #12117: disconnect() does not work as documented - fixed bug #13815: incomplete regexp in the Reverse module - fixed bug #13928: Invalid triggers created for 'ON UPDATE' - fixed bug #14302: Connection errors were not always returned 1.5.0b1 - request #12731: added truncateTable() in the Manager module - request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction - fixed bug #12924: correctly handle internal expected errors even with custom error handling - added standaloneQuery() and databaseExists() - request #13106: added unixtimestamp() in the Function module - fixed bug #13201: better regexp in errorInfo() - fixed bug #13283: replace() doesn't respect quote_identifiers option - fixed bug #13303: PRIMARY keys are not always returned in listTableConstraints() and in getTableConstraintDefinition() 1.5.0a2 - fixed bug #12105: new error message in the SQLite driver (patch by Adam Ashley) - fixed bug #12145: missing optional spaces in regexp in _getTableColumns() in the Reverse module - request #12012: added charset support in createDatabase() and collation support in createTable() for table fields 1.5.0a1 - initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules (on FK creation, some triggers are automatically created to enforce the FK constraint) - in listTableConstraints() in the Reverse module, also search in table definition for PRIMARY KEYs and FOREIGN KEYs - fixed bug #11428: propagate quote() errors with invalid data types - fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x - fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success, as documented - fixed bug #12146: wrong regex in _getTableColumns($sql) in the Reverse module - fixed bug #12269: tableInfo() in the Reverse module detect 'clob' data type as first option
2008-04-30sqlite MDB2 driveradrianp4-0/+35