| PEAR Announce 2005-06-08, 3:58 pm |
| The new PEAR package MDB2_Driver_oci8-0.1.0 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
first unbundled release from MDB2 core
- 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()
- typo fix in _getTextDeclaration() (thx toby)
- support numeric and string keys in types array for prepared queries
- removed last_stmt property
- simplified _execute() code
- Warning: there are some stability issues
Package Info
-------------
This is the Oracle OCI8 MDB2 driver.
Related Links
-------------
Package home: http://pear.php.net/package/MDB2_Driver_oci8
Changelog: http://pear.php.net/package/MDB2_Dr.../download/0.1.0
Download: http://pear.php.net/get/MDB2_Driver_oci8-0.1.0.tgz
Authors
-------------
Lukas Smith <smith@backendmedia.com> (lead)
|