| PEAR Announce 2006-08-21, 6:59 pm |
| The new PEAR package MDB2_Driver_mysql-1.2.1 (stable) has been released at http://pear.php.net/.
Release notes
-------------
- fixed issue in tableInfo() that originates in getTableFieldDefinition() which
led to returning incorrect type values (Bug #8291)
- quote identifiers in the reverse module when 'quote_identifiers' is enabled (Bug #8309)
- use version_compare() to fix complex version comparisons (Bug #8355)
- do not use quote() in setCharset() since it is supposed to set the charset in
the connection that was passed to it
- return an error if a named placeholder name is used twice inside a single statement
- do not list empty contraints and indexes
- added support for 'primary' option in createTable()
- fixed notnull reverse engineering on mysql 4.x (Bug #8415)
- do not set a default if type is a LOB (Request #8074)
- if a default value is set, then we need to use VARCHAR instead of TEXT
- removed _verifyTableType() since it just adds overhead, is hard to do reliably
and you will get an error if the table type is not supported anyways
- fixed handling return values when disable_query is set in _doQuery() and _execute()
- only call RELEASE SAVEPOINT if the server version if 5.0.3 or higher
- increased MDB2 dependency too 2.2.1
note:
- the multi_query test failes because this is not supported by ext/mysql
- use a trigger to emulate setting default now()
Package Info
-------------
This is the MySQL MDB2 driver.
Related Links
-------------
Package home: http://pear.php.net/package/MDB2_Driver_mysql
Changelog: http://pear.php.net/package/MDB2_Dr.../download/1.2.1
Download: http://pear.php.net/get/MDB2_Driver_mysql-1.2.1.tgz
Authors
-------------
Lukas Smith <smith@pooteeweet.org> (lead)
|