soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Support now() and date range comparison for DomainIterator query #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
The DomainIterator query should support "attribute < now()" or "attribute > 
now()". SQLite does not support now() natively so it will have to be emulated.

What goal would this enhancement help you achieve?
Necessary for Ticket 2.0 implementation.

Original issue reported on code.google.com by soundasleep on 28 Jun 2010 at 5:10

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 13 Jul 2010 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 16 May 2011 at 5:59

GoogleCodeExporter commented 9 years ago
Resolved in r3035. now() translates to datetime(), and date comparison 
operators such as > and < are already natively supported by sqlite.

Original comment by soundasleep on 26 Jul 2011 at 2:57