diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-12-29 23:06:23 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-12-29 23:06:23 +0000 |
commit | 8c3c2ea508894bc3e18c1df26364a74a4f68107a (patch) | |
tree | 7f179bc78c959c4fcdcd471277c77bb440d5e405 | |
parent | ebb54d1bc249306a08067cefce93d1676fdb14ba (diff) | |
download | sqlalchemy-8c3c2ea508894bc3e18c1df26364a74a4f68107a.tar.gz |
add note re #1646
-rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -789,7 +789,10 @@ CHANGES on PG's documentation for date/time/interval arithmetic. It also accepts text() constructs again, which was broken in 0.5.7. [ticket:1647] - + +- firebird + - Recognize more errors as disconnections. [ticket:1646] + 0.5.7 ===== - orm |