diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-10 17:02:31 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-10 17:02:31 -0400 |
commit | f2622c0c53e761759da89c784c5105d2a38dcab9 (patch) | |
tree | 64d4657684c396fcad1d5a44e6bec80b5b327f77 /CHANGES | |
parent | cd8b9dcd37e29b73a3c4b25adc16f1b45371fb7a (diff) | |
download | sqlalchemy-f2622c0c53e761759da89c784c5105d2a38dcab9.tar.gz |
- [bug] CompileError is raised when VARCHAR with
no length is attempted to be emitted, same
way as MySQL. [ticket:2505]
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -629,6 +629,10 @@ underneath "0.7.xx". as "NOT STARTING WITH", using FB's more efficient operator. [ticket:2470] + - [bug] CompileError is raised when VARCHAR with + no length is attempted to be emitted, same + way as MySQL. [ticket:2505] + - mysql - [bug] Dialect no longer emits expensive server collations query, as well as server casing, |