diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-27 08:16:41 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-27 08:16:41 +0200 |
commit | 8769dd7ffcd04255fc587f73cff36a257921b09b (patch) | |
tree | e2ec1f27baaff0d0b65e35783daac436fd3acffe /user_guide_src/source/changelog.rst | |
parent | 94af355dd00417424675f7b24c42affb827db0cd (diff) | |
parent | 13707203a18785476948202a32c8d9eeae5a1676 (diff) |
Merge feature/mysqli_oop branch
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 37c38f16a..b4bf0cfaa 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -58,8 +58,10 @@ Release Date: Not Released get_compiled_insert(), get_compiled_update(), get_compiled_delete(). - Taking care of LIKE condition when used with MySQL UPDATE statement. - Adding $escape parameter to the order_by function, this enables ordering by custom fields. - - MySQLi driver now uses mysqli_get_server_info() for server version checking. - - MySQLi driver now supports persistent connections when running on PHP >= 5.3. + - Improved support for the MySQLi driver, including: + - OOP style of the PHP extension is now used, instead of the procedural aliases. + - Server version checking is now done via ``mysqli::$server_info`` instead of running an SQL query. + - Added persistent connections support for PHP >= 5.3. - Added 'dsn' configuration setting for drivers that support DSN strings (PDO, PostgreSQL, Oracle, ODBC, CUBRID). - Improved PDO database support. - Added Interbase/Firebird database support via the "interbase" driver |