All releases of Database Abstraction Layer


Release Notes: The drivers were rewritten to be compatible with PHP5. This is the first version that is compatible with PHP5. Note that it won't run on PHP4 or lower. Use version 0.4.4 when you are using a version of PHP lower than 5.


Release Notes: The query parser was updated to see describe queries as queries which actually produce a rowcount.


Release Notes: A fix for a bug with returning the last auto-generated ID.


Release Notes: A fix for a bug with returning the last auto-generated ID, and some other minor fixes from the development version.


Release Notes: Empty lines at the end of language files were fixed. Some other small enhancements were made.


Release Notes: This release fixes a bug in the rowseeking code of the MySQL and mSQL drivers.


Release Notes: This is a new stable release, and succeeds the 0.3 development tree and 0.2 releases. It contains all the features and bugfixes of 0.3.


Release Notes: Somehow a serious bug slipped into the MySQL and mSQL drivers. When executing insert queries, you always got an error. The query was executed fine but the fetching of the last insert went wrong. This is fixed, along with other things.


Release Notes: This is the last release planned before stable 0.4 is released. The only updates planned are documentation updates, code cleaning, and testing. When stable, this version becomes 0.4.


Release Notes: A patch for a bug in the MySQL driver which prevents the fetchlastinsert function from getting confused by commas in the input for the database table.