| » Version | » Information |
|---|---|
| 1.5.0b1 | 2008-03-15 beta |
| 1.5.0a2 | 2007-12-06 alpha |
| 1.5.0a1 | 2007-10-28 alpha |
| 1.4.1 | 2007-05-03 stable |
| 1.4.0 | 2007-03-13 stable |
| 1.3.0 | 2006-11-03 stable |
| 1.2.2 | 2006-09-03 stable |
| 1.2.1 | 2006-08-21 stable |
| 1.2.0 | 2006-07-23 stable |
| 1.1.0 | 2006-06-15 stable |
| 1.0.3 | 2006-05-22 stable |
| 1.0.2 | 2006-05-14 stable |
| 1.0.1 | 2006-04-16 stable |
| 1.0.0 | 2006-02-09 stable |
| 0.2.4 | 2006-02-05 beta |
| 0.2.3 | 2006-01-13 beta |
| 0.2.2 | 2005-12-30 beta |
| 0.2.1 | 2005-12-28 alpha |
| 0.2.0 | Download Release date: 2005-12-21 11:24 UTC Release state: alpha Changelog: - do not fix case in listUsers() - unified case fixing in the list*() methods - fixed change and rename in alterTable() - primary key must be called primary - use getConnection() to access connection property - split index and constraint handling - quote identifiers where possible inside the manager methods depending on the new 'quote_identifier' option (defaults to off) - refactored get*Declaration() methods to use getTypeDeclaration() - setting in_transaction to false on disconnect - hide constraints from indexes and vice versa in the list methods - added new Function modules to handle difference in SQL functions - force rollback() with open transactions on disconnect - fixed table renaming - escape floats to make sure they do not contain evil characters (bug #5608) - do not check with === if ssl is enabled - fixed LOB handling - support column length in create index (mysql only feature, but a nice touch, emulating it with substring is not feasible though) - split off manipulation queries into exec() method from the query() method *BC BREAK* - if result_types is set to false in prepare() method the query will be handled as a DML statement *BC BREAK* - use a proper default value if a field is set to not null in _getDeclaration*() (bug #5930) - added ability to determine unsigned in mapNativeDatatype() (only really implemented in the mysql(i) drivers) (bug #6054) - use MDB2_ERROR_NOT_FOUND in getTableConstraintDefinition() and getTableIndexDefinition() (bug #6055) - use lastInsertID() method in nextID() - added getServerVersion() and use it to determine sub select support - unified array structure in mapNativeDatatype() *BC BREAK* - added 'mdbtype' to tableInfo() output that is generated from mapNativeDatatype() - changed 'len' to 'length' in tableInfo() output *BC BREAK* Dependencies:
|
| 0.1.1 | 2005-10-10 alpha |
| 0.1.0 | 2005-06-08 alpha |