Re: [sqlalchemy] Interval vs DATETIME in ORM Internals

2019-12-30 Thread Mike Bayer
On Mon, Dec 30, 2019, at 1:27 PM, Chris Modzelewski wrote: > Hi There, > > So I have a bit of an (admittedly unusual) question: > > I understand that the Interval type is designed to operate using > datetime.timedelta on those SQL engines that natively support the > Interval data type (eg

[sqlalchemy] Interval vs DATETIME in ORM Internals

2019-12-30 Thread Chris Modzelewski
Hi There, So I have a bit of an (admittedly unusual) question: I understand that the Interval type is designed to operate using datetime.timedelta on those SQL engines that natively support the Interval data type (eg PostgreSQL). I also understand that when operating on SQL engines that do