diff options
author | Felix Balfoort <fhjbalfoort@gmail.com> | 2011-11-29 16:27:53 +0100 |
---|---|---|
committer | Felix Balfoort <fhjbalfoort@gmail.com> | 2011-11-29 16:27:53 +0100 |
commit | 85fe96df4dd7b7e163fae2d7e0420e750559e65c (patch) | |
tree | 9402fa279a8ae1df64ca6ab0a2755bc3a21061c2 /user_guide_src/source/changelog.rst | |
parent | 1503c0f0ef8d9933418309cf742650b2c19c517d (diff) |
Updated change log and and database configuration to include failover
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 979755c06..5c7fd8d59 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -97,6 +97,7 @@ Release Date: Not Released $this->db->like() in the :doc:`Database Driver <database/active_record>`. - Added $this->db->insert_batch() support to the OCI8 (Oracle) driver. + - Added failover if the main connections in the config should fail - Libraries |