]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added support for reflecting the INTERVAL YEAR TO MONTH
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Nov 2009 22:43:45 +0000 (22:43 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Nov 2009 22:43:45 +0000 (22:43 +0000)
commit2a34d521a3d6cece1e6748e17fe8bf46c86b8f70
treedc17505baf1a3d25fa7ac333e7e0992bf7105202
parent766578f13a27ac9e2081b898319380f886e267c1
- Added support for reflecting the INTERVAL YEAR TO MONTH
and INTERVAL DAY TO SECOND syntaxes of the INTERVAL
type.  [ticket:460]
CHANGES
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/test/testing.py
test/dialect/test_postgres.py