diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-02 15:20:54 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-02 15:20:54 +0100 |
commit | 06400c0397793132e7517a1e414d104800e16667 (patch) | |
tree | 9f56e656e54c68d4a971b7985269f3c1cba1c696 /user_guide_src/source/database/helpers.rst | |
parent | 4be5de1d11eefd9f0b7cf0589a2942f067cefe35 (diff) | |
parent | d33dab14c5d812d30f48d9a5f6324bb230e77203 (diff) |
Merge pull request #1067 from timw4mail/firebird
Interbase/Firebird Database driver.
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() =========================== |