]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed the behavior of extract() to apply operator
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Nov 2009 20:11:42 +0000 (20:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Nov 2009 20:11:42 +0000 (20:11 +0000)
commit0ddfc946dd4d5d8a333933cebf9b41226ae8d29f
treea612e1314c08ecef49e024c732c29f1529691da7
parentba6a2da22c8de729fc90cd477dff33f4a5098bbd
- Fixed the behavior of extract() to apply operator
precedence rules to the "::" operator when applying
the "timestamp" cast - ensures proper parenthesization.
[ticket:1611]
CHANGES
lib/sqlalchemy/databases/postgres.py
test/dialect/test_postgres.py