On 24 Dec 2013, at 08:11, Laurence Rowe <[email protected]> wrote:
> Postgres' INTERVAL supports deltas of quantities other than days, +1 month 
> may mean 28/29/30/31 days depending on the month. From 
> http://stackoverflow.com/questions/546321/how-do-i-calculate-the-date-six-months-from-the-current-date-using-the-datetime,
>  dateutil has support for a richer relativedelta type and this can configure 
> it on the psycopg2 level: https://pypi.python.org/pypi/psycopg2-dateutils

In theory that works. Unfortunately the psycopg2-dateutils is two years old and 
still not installable due to a bug in its setup.py.

Wichert.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to