summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 12:37:02 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 12:37:02 -0400
commitb3f20c640ab8a2a219bb5a158cd666546dcf8d58 (patch)
tree5a4836f85cbed37b40bcf0ef4c2170884ee78a8e /CHANGES
parent35ef4896bf2db3bf754e6fc4839cc3ea880ba1b7 (diff)
downloadalembic-b3f20c640ab8a2a219bb5a158cd666546dcf8d58.tar.gz
- [bug] Fixed the regexp that was checking for .py files
in the version directory to allow any .py file through. Previously it was doing some kind of defensive checking, probably from some early notions of how this directory works, that was prohibiting various filename patterns such as those which begin with numbers. #72
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 84d5c92..3ee614e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,13 @@
front-ends can re-use the argument parsing built
in. #70
+- [bug] Fixed the regexp that was checking for .py files
+ in the version directory to allow any .py file through.
+ Previously it was doing some kind of defensive checking,
+ probably from some early notions of how this directory
+ works, that was prohibiting various filename patterns
+ such as those which begin with numbers. #72
+
- [bug] Fixed MySQL rendering for server_default which
didn't work if the server_default was a generated
SQL expression. Courtesy Moriyoshi Koizumi.