[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

Re: [sqlalchemy] Serialization / De-serialization for SQLAlchemy Declarative ORM

2018-07-11 Thread chris . modzelewski
Hi Mike, Thanks - I really appreciate it! And thanks again for all of the effort you've put into SQLAlchemy! It is a "must have" in most of the Python projects I work on these days, and I regularly sing its praises to my clients. All the best, Chris On Wednesday, July 11, 2018 at 6:26:55 PM

[sqlalchemy] Serialization / De-serialization for SQLAlchemy Declarative ORM

2018-07-11 Thread chris . modzelewski
Hi Folks, First off, I'd just like to thank everyone here for all of the awesome work you've been doing on SQLAlchemy. I've been using the library for years, and it is a truly fantastic piece of code that I rely on literally every day. Thank you for all the work that you've done and are doing