[Sqlalchemy-tickets] [sqlalchemy] #2769: preliminary date operation support
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-06-29 01:38:50
|
#2769: preliminary date operation support
-------------------------+------------------------------------
Reporter: zzzeek | Owner: zzzeek
Type: enhancement | Status: new
Priority: medium | Milestone: 0.9.0
Component: sql | Severity: major - 1-3 hours
Keywords: | Progress State: in queue
-------------------------+------------------------------------
We can get support for "date2 - date1" pretty easily for most backends at
this point, now that we have full control of operators. The most
straightforward way might be just to create a SQL construct called
"DateSubtract" or something like that, returning an Interval as the return
type.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2769>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|