summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-06-03 13:53:42 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-06-03 13:53:42 -0400
commit82c11cc94b41323caeecc9990d1d87ed9fed4b7c (patch)
tree78364e4994d33850ef18365f65ca883d0ae6e53e /doc
parentc2a158c137ee07a146f02e5ee89ec42e486c6a37 (diff)
downloadsqlalchemy-82c11cc94b41323caeecc9990d1d87ed9fed4b7c.tar.gz
- fdb is now official, [ticket:2504]
- restore the rollback cleanup handler, pg8000 is mostly obsolete as a dialect and the firebird drivers need it
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst9
-rw-r--r--doc/build/changelog/migration_09.rst12
-rw-r--r--doc/build/dialects/firebird.rst10
3 files changed, 26 insertions, 5 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index baddf7e2a..124946b11 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -7,6 +7,15 @@
:version: 0.9.0
.. change::
+ :tags: feature, firebird
+ :tickets: 2504
+
+ The ``fdb`` dialect is now the default dialect when
+ specified without a dialect qualifier, i.e. ``firebird://``,
+ per the Firebird project publishing ``fdb`` as their
+ official Python driver.
+
+ .. change::
:tags: feature, general
:tickets: 2671
diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst
index 969bfb624..3d7b30324 100644
--- a/doc/build/changelog/migration_09.rst
+++ b/doc/build/changelog/migration_09.rst
@@ -124,4 +124,16 @@ to 0.9 without issue.
:ticket:`2736`
+Dialect Changes
+===============
+
+Firebird ``fdb`` is now the default Firebird dialect.
+-----------------------------------------------------
+
+The ``fdb`` dialect is now used if an engine is created without a dialect
+specifier, i.e. ``firebird://``. ``fdb`` is a ``kinterbasdb`` compatible
+DBAPI which per the Firebird project is now their official Python driver.
+
+:ticket:`2504`
+
diff --git a/doc/build/dialects/firebird.rst b/doc/build/dialects/firebird.rst
index d5b6b2ffd..d6e9726af 100644
--- a/doc/build/dialects/firebird.rst
+++ b/doc/build/dialects/firebird.rst
@@ -5,12 +5,12 @@ Firebird
.. automodule:: sqlalchemy.dialects.firebird.base
-kinterbasdb
------------
-
-.. automodule:: sqlalchemy.dialects.firebird.kinterbasdb
-
fdb
---
.. automodule:: sqlalchemy.dialects.firebird.fdb
+
+kinterbasdb
+-----------
+
+.. automodule:: sqlalchemy.dialects.firebird.kinterbasdb