summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-10 17:02:31 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-10 17:02:31 -0400
commitf2622c0c53e761759da89c784c5105d2a38dcab9 (patch)
tree64d4657684c396fcad1d5a44e6bec80b5b327f77 /CHANGES
parentcd8b9dcd37e29b73a3c4b25adc16f1b45371fb7a (diff)
downloadsqlalchemy-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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c68278436..860057db2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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,