summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-07-28 07:26:13 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-07-28 07:26:13 -0400
commit50c7551d280fdaa099f15427b1627940181594f8 (patch)
tree761db0149ba52e383c2502f78d83dc5b3b07bf87 /CHANGES
parent56bdf6c98fb3a5a4a6bb481bf108b08a6cd83616 (diff)
downloadalembic-50c7551d280fdaa099f15427b1627940181594f8.tar.gz
- [bug] Fixes made to the constraints created/dropped
alongside so-called "schema" types such as Boolean and Enum. The create/drop constraint logic does not kick in when using a dialect that doesn't use constraints for these types, such as postgresql, even when existing_type is specified to alter_column(). Additionally, the constraints are not affected if existing_type is passed but type_ is not, i.e. there's no net change in type. #62
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a66265d..ef50e63 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,17 @@
error message when the configuration is missing
the 'script_directory' key. #63
+- [bug] Fixes made to the constraints created/dropped
+ alongside so-called "schema" types such as
+ Boolean and Enum. The create/drop constraint logic
+ does not kick in when using a dialect that doesn't
+ use constraints for these types, such as postgresql,
+ even when existing_type is specified to
+ alter_column(). Additionally, the constraints
+ are not affected if existing_type is passed but
+ type_ is not, i.e. there's no net change
+ in type. #62
+
0.3.5
=====
- [bug] Fixed issue whereby reflected server defaults