summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-16 12:05:23 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-16 12:05:23 +0100
commit8ae24c57a1240a5a5e3fbd5755227e5d42b75390 (patch)
treee79755605c4dc74cd5c357f694013b78f1e8ba38 /user_guide_src/source/changelog.rst
parentfc514ca3578c59753e059fd6b8a2415424850535 (diff)
Add SQLite3 database driver
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 48011f208..e554b57d3 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -47,6 +47,7 @@ Release Date: Not Released
get_compiled_insert(), get_compiled_update(), get_compiled_delete().
- Taking care of LIKE condition when used with MySQL UPDATE statement.
- Adding $escape parameter to the order_by function, this enables ordering by custom fields.
+ - Added support for SQLite3 database driver.
- Libraries