diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-27 13:20:58 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-27 13:42:28 -0500 |
| commit | 320bc4861ccd390a0e3871231542620ab33dfa21 (patch) | |
| tree | 1e03ea0f77b22917ff2ec25f603b08a69d802b1b /doc | |
| parent | b5b84ae20d186fc82fcba453626fe33cce5ef96b (diff) | |
| download | sqlalchemy-320bc4861ccd390a0e3871231542620ab33dfa21.tar.gz | |
- Fixed bug in Firebird index reflection where the columns within the
index were not sorted correctly; they are now sorted
in order of RDB$FIELD_POSITION.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 85716444b..bd9a44532 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -15,6 +15,14 @@ :tags: bug, firebird :versions: 0.9.0b2 + Fixed bug in Firebird index reflection where the columns within the + index were not sorted correctly; they are now sorted + in order of RDB$FIELD_POSITION. + + .. change:: + :tags: bug, firebird + :versions: 0.9.0b2 + The "asdecimal" flag used with the :class:`.Float` type will now work with Firebird dialects; previously the decimal conversion was not occurring. |
