| PEAR Announce 2005-06-08, 3:58 pm |
| The new PEAR package MDB2_Driver_ibase-0.1.0 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
first unbundled release from MDB2 core
- cosmetic fixes to _getDatabaseFile()
- removed redundant code from datatype module
- 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)
- use new quote() parameter
- renamed execute() to _execute() since common provides some common
functionality via execute()
- fixed decimal result conversion in datatype module
- typo fixes in result class
- support numeric and string keys in types array for prepared queries
- Warning: this release is untested
Package Info
-------------
This is the Firebird/Interbase MDB2 driver.
Related Links
-------------
Package home: http://pear.php.net/package/MDB2_Driver_ibase
Changelog: http://pear.php.net/package/MDB2_Dr.../download/0.1.0
Download: http://pear.php.net/get/MDB2_Driver_ibase-0.1.0.tgz
Authors
-------------
Lukas Smith <smith@backendmedia.com> (lead)
Lorenzo Alberton <l.alberton@quipo.it> (contributor)
|