]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "timezone=True" flag to DateTime and Time types. postgres
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Aug 2006 19:46:33 +0000 (19:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Aug 2006 19:46:33 +0000 (19:46 +0000)
commit2d4dfb959b07d3641ac5565c9f4fa57fe1267097
treeaeffbce865910d99490e2672e6c8407c80a71d29
parent5b8ab3e8abc704ee10ece0d4d3e93bf9164a9826
- added "timezone=True" flag to DateTime and Time types.  postgres
so far will convert this to "TIME[STAMP] (WITH|WITHOUT) TIME ZONE",
so that control over timezone presence is more controllable (psycopg2
returns datetimes with tzinfo's if available, which can create confusion
against datetimes that dont).
[ticket:275]
CHANGES
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/types.py
test/sql/testtypes.py