| » Version | » Information |
|---|---|
| 0.6.0 | 2006-11-03 beta |
| 0.5.0 | 2006-08-21 beta |
| 0.4.0 | 2006-07-23 beta |
| 0.3.0 | 2006-06-15 beta |
| 0.2.3 | 2006-05-14 beta |
| 0.2.2 | 2006-04-16 beta |
| 0.2.1 | 2006-02-05 beta |
| 0.2.0 | 2005-12-21 beta |
| 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 | 2005-06-08 alpha |