Wichert Akkerman <wich...@wiggy.net> writes:

> How does your code differ from 
> https://pypi.python.org/pypi/psycopg2-dateutils ?

Ah, I skipped that second URL earlier and only looked through the SO
discussion...

I guess two major differences I see are that psycopg2-dateutils
appears to only handle the database->python direction, but not the
reverse, but that it also translates arrays of intervals.

More importantly, it handles negative intervals properly which I don't
currently do (wow, ~3.5 years without needing that).  So it wins for
accuracy.

-- David


-- 
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 sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
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