Download: https://sourceforge.net/projects/adodb/files/
Version 5.16 26 Mar 2012
========================
Misc bug fixes and improvements. See changelog.
Changelog
=========
mysqli: extra mysqli_next_result() in close() removed. See http ://phplens.com/lens/lensforum/msgs.php?id=19100
datadict-oci8: minor typo in create sequence trigger fixed. See http ://phplens.com/lens/lensforum/msgs.php?id=18879.
security: safe date parsing changes. Does not impact security, these are code optimisations. Thx Saithis.
postgres, oci8, oci8po, db2oci: Param() function parameters inconsistent with base class. $type='C' missing. Fixed.
active-record: locked bug fixed. http ://phplens.com/lens/lensforum/msgs.php?phplens_forummsg=new&id=19073
mysql, mysqli and informix: added MetaProcedures. Metaprocedures allows to retrieve an array list of all procedures in database. http ://phplens.com/lens/lensforum/msgs.php?id=18414
Postgres7: added support for serial data type in MetaColumns(). |