» 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 |
|
2005-12-22 beta |
|
0.1.2 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_ibase-0.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_ibase-0.1.2 Release date: 2005-10-10 15:16 UTC Release state: beta Release uploaded by: quipo Changelog: Warning: this release features numerous BC breaks! There have been considerable improvements to the datatype, manager and reverse modules. Furthermore preliminary support for auto increment and primary keys has been added. Please note that making a field auto increment implies a single column primary key on this field. - added support for auto increment and primary key in schema. - alterTable now needs the full definition to work (use getTableFieldDefinition from Reverse module if you do not have a definition at hand) this eliminates the need of the declaration part in the alterTable array. - fix PHP4.4 breakage - fixed several incorrect raiseError() calls in manager module - use !empty() instead of isset() in fetchRow to determine if result cols were bound or result types were set - expect keys in type arrays the same way as they are passed for the values in execute() and bindParamArray() - add s pattern modifier to preg_replace() call for parameter searches in prepare() (bug #5362) - moved all private fetch mode fix methods into _fixResultArrayValues() for performance reasons - renamed MDB2_PORTABILITY_LOWERCASE to MDB2_PORTABILITY_FIX_CASE and use 'field_case' option to determine if to upper- or lowercase (CASE_LOWER/CASE_UPPER) - use array_key_exists() instead of isset() where possible - changed structure of field add/remove/change in alterTable() to match MDB2_Schema - createIndex(): index_sorting is not a feature in the supported array, but is supported by interbase - return 0 for manipulation queries when disable_query is enabled - tweaked field changing in alterTable() - getTypeDeclaration() in the datatype module is now a public method - fixed alterTable() signature - fixed listTableFields() - added listTableIndexes() - added listTables() open todo items: - code to be able to list primary contraints inside listTableIndexes()/dropIndex() - handle autoincremement fields in alterTable() and dropTable() Dependencies:
|
2005-06-08 beta |
|
2005-06-08 alpha |