diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-25 14:29:49 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-25 14:29:49 +0100 |
commit | 3e13ef6a1af93cfa2572548eff070ddaa936676b (patch) | |
tree | b23a2bc022ea48fcfcb13e028ad7f70217a7f44f | |
parent | f2818bd9b9be242a1c53ee839a95962a682a2e93 (diff) |
[ci skip] Add a changelog entry
-rw-r--r-- | user_guide_src/source/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index d18e4b646..6663a7d35 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -155,8 +155,9 @@ Release Date: Not Released - Renamed internal method ``_escape_identifiers()`` to ``escape_identifiers()``. - Updated ``escape_identifiers()`` to accept an array of fields as well as strings. - MySQL and MySQLi drivers now require at least MySQL version 5.1. + - Added a ``$persistent`` parameter to ``db_connect()`` and changed ``db_pconnect()`` to be an alias for ``db_connect(TRUE)``. - ``db_set_charset()`` now only requires one parameter (collation was only needed due to legacy support for MySQL versions prior to 5.1). - - ``db_select()`` will now always (if required by the driver) be called by ``db_connect()`` / ``db_pconnect()`` instead of only when initializing. + - ``db_select()`` will now always (if required by the driver) be called by ``db_connect()`` instead of only when initializing. - Replaced the ``_error_message()`` and ``_error_number()`` methods with ``error()``, which returns an array containing the last database error code and message. - Improved ``version()`` implementation so that drivers that have a native function to get the version number don't have to be defined in the core ``DB_driver`` class. - Added capability for packages to hold *config/database.php* config files. |