diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-27 13:40:27 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-27 13:40:27 -0500 |
| commit | 92a1426c06c49f5b3db8cc41afe0ed92e8631972 (patch) | |
| tree | 31bd99b1047e3d582242818041f0aa517eee214b /doc | |
| parent | a51c41e6305c3fcd64bdb10f8b769acad8a7cbdc (diff) | |
| download | sqlalchemy-92a1426c06c49f5b3db8cc41afe0ed92e8631972.tar.gz | |
- The firebird dialect will quote identifiers which begin with an
underscore. Courtesy Treeve Jelbert. [ticket:2897]
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 9f2479c2e..2e6bc153c 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -14,6 +14,14 @@ .. change:: :tags: bug, firebird :versions: 0.9.0b2 + :tickets: 2897 + + The firebird dialect will quote identifiers which begin with an + underscore. Courtesy Treeve Jelbert. + + .. change:: + :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 |
