» Version | » Information |
---|---|
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 |
|
1.2.1 |
Easy InstallNot sure? Get more info. pear install MDB2_Driver_sqlite-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/MDB2_Driver_sqlite-1.2.1 Release date: 2006-08-21 14:28 UTC Release state: stable Release uploaded by: lsmith Changelog: - fixed issue in tableInfo() that originates in getTableFieldDefinition() which led to returning incorrect type values (Bug #8291) - added support for NULL columns in getTableFieldDefinition() - added full support for alterTable() via emulation - added support for primary key creation and dropping - do not list empty contraints and indexes - use information_schema in listTableFields() instead of selecting from the table since that does not work if the table is empty - fixed handling of contraints in _getTableColumns() - fixed primary key handling in alterTable(), createConstraint() and dropConstraint() - do not set a default if type is a LOB (Request #8074) - fixed handling return values when disable_query is set in _doQuery() and _execute() - increased MDB2 dependency too 2.2.1 note: - this driver only supports SQLite version 2.x databases - the replace test fails because sqlite reports an incorrect affected rows value when no existing data was replaced - the multi_query test failes because this is not supported by ext/sqlite - the savepoint test failes because this is not supported by sqlite - the case sensitive search test fails because this is not supported by SQLite - the pattern escaping test fails because this is not supported by SQLite open todo items: - fix pattern escaping using GLOB instead of LIKE or create an register own implementation of LIKE Dependencies:
|
2006-07-23 stable |
|
2006-06-15 stable |
|
2006-05-14 stable |
|
2006-04-16 stable |
|
2006-02-09 stable |
|
2006-02-05 beta |
|
2006-01-13 beta |
|
2005-12-30 beta |
|
2005-12-28 beta |
|
2005-12-21 beta |
|
2005-06-08 beta |