diff options
author | Greg Aker <greg@gregaker.net> | 2011-09-23 10:37:15 +0200 |
---|---|---|
committer | Greg Aker <greg@gregaker.net> | 2011-09-23 10:37:15 +0200 |
commit | 1ccbb8afa8ab5060d7bdb7a22c640302fe80d226 (patch) | |
tree | b1d623995a34c7331b0ae6b00ba6fc0d6ac81996 /user_guide/changelog.html | |
parent | 8ff4623fcd2d0d2fcde10831ce9fbc857eb2347a (diff) | |
parent | b83c4088829207af39e862d6252eff393bc71642 (diff) |
Merge pull request #479 from narfbg/ci-oci-insert-batch
Add $this->db->insert_batch() support to the OCI8 (Oracle) driver
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index b9c1b6094..7742fb8a8 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -91,6 +91,7 @@ Change Log <li> Added additional option 'none' for the optional third argument for <kbd>$this->db->like()</kbd> in the <a href="database/active_record.html">Database Driver</a>. </li> + <li>Added <kbd>$this->db->insert_batch()</kbd> support to the OCI8 (Oracle) driver.</li> </ul> </li> <li>Libraries |