| » Version | » Information |
|---|---|
| 0.6.0 | Download Release date: 2006-11-03 13:13 UTC Release state: beta Changelog: - added optional line to run tests directly within the CVS checkout - migrated to package.xml version 2 open todo items: - add ability to reference multiple results set files for different queries Dependencies:
|
| 0.5.0 | Download Release date: 2006-08-21 18:27 UTC Release state: beta Changelog: - fixed handling return values when disable_query is set in _doQuery() and _execute() - added Datatype module - increased MDB2 dependency too 2.2.1 open todo items: - add ability to reference multiple results set files for different queries Dependencies:
|
| 0.4.0 | Download Release date: 2006-07-23 07:41 UTC Release state: beta Changelog: - added debug() call at the end of a query/prepare/execute calling (Request #7933) - added context array parameter to debug() and make use of it whereever sensible - added optional method name parameter to raiseError() and use whereever possible - added debug() call at the end of a query/prepare/execute calling (Request #7933) open todo items: - add ability to reference multiple results set files for different queries Dependencies:
|
| 0.3.0 | Download Release date: 2006-06-15 12:49 UTC Release state: beta Changelog: - use setCharset() in connect()/_doConnect() - generalized quoteIdentifier() with a property - switched most array_key_exists() calls to !empty() to improve readability and performance - fixed a few edge cases and potential warnings - added ability to rewrite queries for query(), exec() and prepare() using a debug handler callback open todo items: - add ability to reference multiple results set files for different queries Dependencies:
|
| 0.2.3 | Download Release date: 2006-05-14 06:30 UTC Release state: beta Changelog: - typo fixes in phpdoc (thx Stoyan) - made _doQuery() return a reference - added userinfo's to all raiseError calls that previously had none - added 'prepared_statements' supported meta data setting open todo items: - add ability to reference multiple results set files for different queries Dependencies:
|
| 0.2.2 | Download Release date: 2006-04-16 12:04 UTC Release state: beta Changelog: - handle null as resource when disable_query option is enabled in result object - added 'result_introspection' supported metadata support - aligned _modifyQuery() signature and phpdoc open todo items: - add ability to reference multiple results set files for different queries Dependencies:
|
| 0.2.1 | Download Release date: 2006-02-05 16:02 UTC Release state: beta Changelog: - improved parsing in getServerInfo() (bug #6550) open todo items: - add ability to reference multiple results set files for different queries Dependencies:
|
| 0.2.0 | Download Release date: 2005-12-21 11:25 UTC Release state: beta Changelog: - use getConnection() to access connection property - split off manipulation queries into exec() method from the query() method *BC BREAK* - added getServerVersion() - basic querysim test files - fixed several critical errors open todo items: - this driver is currently unmaintained/untested - add ability to reference multiple results set files for different queries Dependencies:
|
| 0.1.1 | Download Release date: 2005-10-10 10:56 UTC Release state: alpha Changelog: - increased php dependency to 4.3.0 due to the usage of the streams API since beta5 - fix PHP4.4 breakage - use !empty() instead of isset() in fetchRow to determine if result cols were bound or result types were set - 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 - return 0 for manipulation queries when disable_query is enabled Dependencies:
|
| 0.1.0 | Download Release date: 2005-06-08 13:24 UTC Release state: alpha Changelog: first unbundled release from MDB2 core - Dependencies:
|