diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-29 22:47:14 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-29 22:47:14 +0100 |
commit | ff30be1c782a853b8c58f520214ac5079f273c42 (patch) | |
tree | 89281eeda4aa2eede95d64cd0adf7bcbbcd91d79 /user_guide_src/source/changelog.rst | |
parent | 0bb866e6e1c55a536a3029eaaf1913e46512a51a (diff) | |
parent | 292a0f661baedaa0a2bd61795e564c4195f4b0b8 (diff) |
Merge pull request #719 from fhjbalfoort/develop
DB_driver failover if a connection cannot be established to the main connection
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 |