Manlio Perillo wrote:
> For now I'm using this:
>
> class TimeDelta(types.TypeEngine):
> def __init__(self, precision=6):
> self.precision = precision
>
> def get_col_spec(self):
> return "INTERVAL(%(precision)s)" % {'precision': self.precision}
>
does psycopg2 take/return a datetime.timedelta object for this ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---