ADOdb is a PHP & Python database class library to provide more powerful abstractions for performing queries and managing databases. ADOdb also hides the differences between the different databases so you can easily switch dbs without changing code.
nice one
g
== 5.09 changelog -- Active Record: You can force column names to be quoted in INSERT and UPDATE statements, typically because you are using reserved words as column names by setting ADODB_Active_Record::$_quoteNames = true; -- Added memcache and cachesecs to DSN. e.g. # we have a memcache servers mem1,mem2 on port 8888, compression=off and cachesecs=120 $dsn = 'mysql://user:pwd@localhost/mydb?memcache=mem1,mem2:8888:0&cachesecs=120'; -- Fixed up MetaColumns and MetaPrimaryIndexes() for php 5.3 compat. Thx http ://adodb.pastebin.com/m52082b16 -- The postgresql driver's OffsetDate() apparently does not work with postgres 8.3. Fixed. -- Added support for magic_quotes_sybase in qstr() and addq(). Thanks Eloy and Sam Moffat. -- The oci8 driver did not handle LOBs properly when binding. Fixed. See http ://phplens.com/lens/lensforum/msgs.php?id=17991. -- Datadict: In order to support TIMESTAMP with subsecond accuracy, added to datadict the new TS type. Supported by mssql, postgresql and oci8 (oracle). Also changed oci8 $conn->sysTimeStamp to use 'SYSTIMESTAMP' instead of 'SYSDATE'. Should be backwards compat. -- Added support for PHP 5.1+ DateTime objects in DBDate and DBTimeStamp. This means that dates and timestamps will be managed by DateTime objects if you are running PHP 5.1+. -- Added new property to postgres64 driver to support returning I if type is unique int called $db->uniqueIisR, defaulting to true. See http ://phplens.com/lens/lensforum/msgs.php?id=17963 -- Added support for bindarray in adodb_GetActiveRecordsClass with SelectLimit in adodb-active-record.inc.php. -- Transactions now allowed in ado_access driver. Thx to petar.petrov.georgiev#gmail.com. -- Sessions2 garbage collection is now much more robust. We perform ORDER BY to prevent deadlock in adodb-sessions2.inc.php. -- Fixed typo in pdo_sqlite driver.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?