summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-27 20:21:50 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-27 20:21:50 +0100
commit0654403aaac9c642074529b319eba182d3dcdde0 (patch)
tree65eb1e39cfd3d979840a079a157d696070f1c0c1 /user_guide_src/source/changelog.rst
parent85facfa42793cce480d2f49696c2d3e3096763f0 (diff)
parent0c4fb6a578d23e5a0fa5c8ce41a75d2b2b1310e7 (diff)
Merge upstream branch
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 87f3ba9ee..fcf6612c7 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -47,12 +47,14 @@ 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 of the Oracle (OCI8) driver, including:
- Added support for dropping tables to :doc:`Database Forge <database/forge>`.
- Added support for listing database schemas to :doc:`Database Utilities <database/utilities>`.
- Generally improved for speed and cleaned up all of its components.
- - *Row* result methods now really only fetch only the needed number of rows, instead of depending entirely on ``result()``.
- - ``num_rows()`` is now only called explicitly by the developer and no longer re-executes statements.
+ - *Row* result methods now really only fetch only the needed number of rows, instead of depending entirely on result().
+ - num_rows() is now only called explicitly by the developer and no longer re-executes statements.
- Libraries