diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-23 12:42:38 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-23 12:42:38 -0400 |
commit | e354dd10f8c3cc19e9cb3a6536f98798ba3538f1 (patch) | |
tree | 8c3ccd6d23ec99b9370c0992c690ea8fd4cab569 /CHANGES | |
parent | 4da34b4cb7eda53fc7c821c6e3c30789de966d04 (diff) | |
download | sqlalchemy-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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |