| PEAR Announce 2005-06-08, 3:58 pm |
| The new PEAR package MDB2_Driver_sqlite-0.1.0 (beta) has been released at http://pear.php.net/.
Release notes
-------------
first unbundled release from MDB2 core
- cosmetic fixes to _getDatabaseFile()
- dont just check for isset() for boolean values in order to support
setting them false as well (bug #4373)
- ensure SQL injection protection in all _quote() methods (was missing in
some decimal, float, time, date and timestamp implementations)
- check if database_name is empty to determine if to connect in connect()
- Warning: there are some serious issues on php5 HEAD on windows
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.../download/0.1.0
Download: http://pear.php.net/get/MDB2_Driver_sqlite-0.1.0.tgz
Authors
-------------
Lukas Smith <smith@backendmedia.com> (lead)
|