| PEAR Announce 2007-10-28, 7:07 pm |
| The new PEAR package MDB2_Driver_sqlite-1.5.0a1 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
- 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
note:
open todo items:
- fix pattern escaping using GLOB instead of LIKE or create an register own implementation of LIKE
Package Info
------------
This is the SQLite MDB2 driver.
Related Links
-------------
Package home: http://pear.php.net/package/MDB2_Driver_sqlite
Changelog: http://pear.php.net/package/MDB2_Dr...ownload/1.5.0a1
Download: http://download.pear.php.net/packag...ite-1.5.0a1.tgz
Authors
-------
Lorenzo Alberton <l.alberton@quipo.it> (lead)
|