ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster.
Version: 1.42ADOdb 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.
License: LGPL
Operating System: Linux
Homepage: templatelite.sourceforge.net
Developed by:
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.
What's New in This Release:
· Query tracking was added for performance testing.
· There are three new database array variables: $db->query_list, $db->query_list_time, and $db->query_list_errors.
· These variables will contain every processed query and the time it took to process the query for the current instance of the database object.
· This will allow easy tracking of every query on any page and the amount of time it took to execute each query.
· In all drivers, a return variable by reference error was fixed when returning an empty record set.