[Sqlalchemy-tickets] [sqlalchemy] #2740: remove the ::interval cast in the postgresql dialect
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-06-04 14:44:37
|
#2740: remove the ::interval cast in the postgresql dialect
----------------------+---------------------------------------
Reporter: zzzeek | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone: 0.9.0
Component: postgres | Severity: minor - half an hour
Keywords: | Progress State: in queue
----------------------+---------------------------------------
this seems to be there since it's beginning (see raca84bebb091a51ceeb),
but gets in the way when timezone-aware comparisons are needed. leave it
up to the DBAPI to handle typecasts now, and if we really needed a type-
specific workaround we could even use type-level SQL expressions.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2740>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|