diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-27 16:39:54 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-27 16:39:54 -0500 |
| commit | f50c670e47bb562ee23b52f56a8d469f7f946f89 (patch) | |
| tree | 6e3fb6513c14a1a0690638a23a7bb2d4b9cbf10f /doc | |
| parent | aeb5ffec2820489eb607e1514135b80475fff8a1 (diff) | |
| download | sqlalchemy-f50c670e47bb562ee23b52f56a8d469f7f946f89.tar.gz | |
- Changed the queries used by Firebird to list table and view names
to query from the ``rdb$relations`` view instead of the
``rdb$relation_fields`` and ``rdb$view_relations`` views.
Variants of both the old and new queries are mentioned on many
FAQ and blogs, however the new queries are taken straight from
the "Firebird FAQ" which appears to be the most official source
of info. [ticket:2898]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 3106eefb8..61a368dec 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,18 @@ :version: 0.9.0b2 .. change:: + :tags: bug, firebird + :tickets: 2898 + + Changed the queries used by Firebird to list table and view names + to query from the ``rdb$relations`` view instead of the + ``rdb$relation_fields`` and ``rdb$view_relations`` views. + Variants of both the old and new queries are mentioned on many + FAQ and blogs, however the new queries are taken straight from + the "Firebird FAQ" which appears to be the most official source + of info. + + .. change:: :tags: bug, mysql :tickets: 2893 |
