ADOdb Lite 1.30 review

Download
by rbytes.net on

ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster, while being compatible with

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Mark Dickenson
0 stars award from rbytes.net

ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster, while being compatible with a subset of the most commonly used ADODB commands.

ADOdb Lite supports Frontbase, MaxDB, MiniSql, MSSQL, MySQL, PostgreSQL, SQLite, and Sybase.

What's New in This Release:
Added:
SQLdate function to the date module for the fbsql, maxdb, msql and obdc databases.

Added:
loadObjectList function to the object module. This will build an array list of all objects.

Added:
Maugrim the Reapers conversion of the ADOdb Performance Module for the MySql, Mysqli and Mysqlt drivers.

Fixed:
Changed if ($resultId === true) in the do_query() function to if (@pg_numfields( $resultId ) forcenewconnection) in the _makeconnection() function to if(!$this->forcenewconnection) in all Postgres drivers. Thanks to Dmitry (thedix) for the fix.

Fixed:
Removed else in adodb_mktime function in the adodb-time.inc.php program to fix a month calculation error. Thanks to jgarces for submitting the fix.

Fixed:
Changed var _obj; to var $_obj; and var _names; to var $_names; in the generic object module.

Fixed:
Changed user ro username on line 40 in the adodb-exceptions.inc.php. Thanks to Harry S. Kartono for finding the error and providing the fix.

Fixed:
mysql and mysqlt drivers should use the $this->connectionId when executing the mysql_real_escape_stringfunction in the $db->qstr function.

Fixed:
mssql date module had a misplaced bracket causing it to fail.

Changed:
All drivers - fields result set function will return the entire array if the $fields variable is empty.

ADOdb Lite 1.30 keywords