summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-02-14 17:55:17 +0100
committerTimothy Warren <tim@timshomepage.net>2012-02-14 17:55:17 +0100
commit76e0435af10579afdc3ed4956aeafa83a17decd3 (patch)
treeab07b45b73301efa90b09d48b0e2547dde3629c3 /user_guide_src
parente35d6943d513b4f016b763eebe8b97a9f1c902e3 (diff)
First iteration of interbase driver
Diffstat (limited to 'user_guide_src')
-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 faea35872..1e6248f63 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -51,6 +51,7 @@ Release Date: Not Released
- MySQLi driver now supports persistent connections when running on PHP >= 5.3.
- Added dsn if the group connections in the config use PDO or any driver which need DSN.
- Improved PDO database support.
+ - Added Interbase/Firebird database support via the "interbase" driver
- Libraries