summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Farris <kylefarris@gmail.com>2011-10-14 18:56:54 +0200
committerKyle Farris <kylefarris@gmail.com>2011-10-14 18:56:54 +0200
commitd08aa31a8b578a2e6687be4c9fe864fe08bd66d6 (patch)
tree330a4efb74a6befffd256872815ee70cfdf7f240
parentcd38d6774bf11bab8e2a07f861c876097a287f59 (diff)
Ooops, removed duplicate entry in changelog.
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index ba6aaaac8..b844fdcc6 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -46,8 +46,6 @@ 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.
- - Fixed a bug (#200) where MySQL queries would be malformed after calling
- `count_all()` then `db->get()`.
- Libraries