summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-23 12:42:38 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-23 12:42:38 -0400
commite354dd10f8c3cc19e9cb3a6536f98798ba3538f1 (patch)
tree8c3ccd6d23ec99b9370c0992c690ea8fd4cab569 /CHANGES
parent4da34b4cb7eda53fc7c821c6e3c30789de966d04 (diff)
downloadsqlalchemy-e354dd10f8c3cc19e9cb3a6536f98798ba3538f1.tar.gz
- [feature] An explicit error is raised when
a ForeignKeyConstraint() that was constructed to refer to multiple remote tables is first used. [ticket:2455]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8d5cf36ce..be72bcab7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -587,6 +587,11 @@ underneath "0.7.xx".
column object itself, consistent with the behavior
of label(column, None). [ticket:2168]
+ - [feature] An explicit error is raised when
+ a ForeignKeyConstraint() that was
+ constructed to refer to multiple remote tables
+ is first used. [ticket:2455]
+
- sqlite
- [feature] the SQLite date and time types
have been overhauled to support a more open