diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-02-16 00:40:39 +0100 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-02-16 00:40:39 +0100 |
commit | 6e821cecf8ace0e7d721dd946568664c840434aa (patch) | |
tree | d8be6cf8b48ff03045b25e9e990f26ce07f47712 /user_guide_src/source/database/helpers.rst | |
parent | eb6dcf058bd0cc6e5f3b6a793491d4a1c144155b (diff) |
Implemented insert_id() method
Diffstat (limited to 'user_guide_src/source/database/helpers.rst')
-rw-r--r-- | user_guide_src/source/database/helpers.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide_src/source/database/helpers.rst b/user_guide_src/source/database/helpers.rst index 7ea19e9f6..e8a5ac801 100644 --- a/user_guide_src/source/database/helpers.rst +++ b/user_guide_src/source/database/helpers.rst @@ -7,9 +7,9 @@ $this->db->insert_id() The insert ID number when performing database inserts. -.. note:: If using the PDO driver with PostgreSQL, this function requires - a $name parameter, which specifies the appropriate sequence to check - for the insert id. +.. note:: If using the PDO driver with PostgreSQL, or using the Interbase + driver, this function requires a $name parameter, which specifies the + appropriate sequence to check for the insert id. $this->db->affected_rows() =========================== |