diff options
author | Andrey Andreev <narf@bofh.bg> | 2011-09-23 02:07:01 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2011-09-23 02:07:01 +0200 |
commit | 99c6dd49e61c463499d1e50945ac29a3f383ec48 (patch) | |
tree | 86af872ded504d334d54464ada505a471afe4dc4 /user_guide | |
parent | a4fac6b8ac17b6864e632fe821b650291a9d4c42 (diff) |
Add ->db->insert_batch() support to the OCI8 (Oracle) driver
Diffstat (limited to 'user_guide')
-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 8a4a70642..950a0d482 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 |