» Version | » Information |
---|---|
2012-10-29 beta |
|
2012-10-23 beta |
|
2010-08-29 beta |
|
2009-01-14 beta |
|
2008-03-15 beta |
|
2007-12-06 alpha |
|
2007-10-28 alpha |
|
2007-05-03 stable |
|
2007-03-13 stable |
|
2006-11-03 stable |
|
2006-08-29 stable |
|
2006-07-25 stable |
|
2006-06-15 stable |
|
2006-05-14 stable |
|
2006-04-16 stable |
|
2006-02-09 stable |
|
2006-02-05 beta |
|
2006-01-14 beta |
|
0.2.0 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_ibase-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_ibase-0.2.0 Release date: 2005-12-22 13:22 UTC Release state: beta Release uploaded by: lsmith Changelog: - fixed _dropAutoincrement() - use _dropAutoincrement() in dropTable() - fixed mapNativeDatatype() - implemented getTableFieldDefinition() and getTableIndexDefinition() in the Reverse module - implemented listUsers() in the Manager module - unified case fixing in the list*() methods - use custom implementation of getConnection() to access connection property - split index and constraint handling - return "0" as default value for integer NOT NULL fields with no default value - quoteIdentifier() is just returning an uppercase string, since quoted identifiers in ibase do more harm than good - refactored get*Declaration() methods to use getTypeDeclaration() - set in_transaction to false on disconnect - fixed type changing in alterTable() - added new Function modules to handle difference in SQL functions - autoincrement emulation works correctly - pass the correct connection resource to ibase_blob_import() - force rollback() with open transactions on disconnect - escape floats to make sure they do not contain evil characters (bug #5608) - in listSequences(), skip system generators - split off manipulation queries into exec() method from the query() method *BC BREAK* - only if result_types is set to false in prepare() method the query will be handled as a DML statement *BC BREAK* - 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) - added getServerVersion() - 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* open todo items: - handle autoincremement fields in alterTable() Dependencies:
|
2005-10-10 beta |
|
2005-06-08 beta |
|
2005-06-08 alpha |