diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-04-05 14:38:30 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-04-05 14:38:30 +0200 |
commit | 17ceeae7ddd5c4eba2b1d0b25a17706b3d873346 (patch) | |
tree | 37d2607d6c589b47e3796708099dca338d804c12 /user_guide_src/source/changelog.rst | |
parent | a3bca8f8c1e4cca5d763cbfe043999cbfd07cd21 (diff) |
Add replace() support for SQLite/SQLite3
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 3525b530f..911996e12 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -90,6 +90,7 @@ Release Date: Not Released - Generally improved for speed and cleaned up all of its components. - *Row* result methods now really only fetch only the needed number of rows, instead of depending entirely on result(). - num_rows() is now only called explicitly by the developer and no longer re-executes statements. + - Added replace() support for SQLite. - Libraries |