On Mon, 26 Mar 2018, Jonathan Vanasco wrote:

Pay close attention to which database functions you use, and how you use
datetime fields. Those are two things were SQLite tends to differ from the
other common databases.

You can handle any of those differences using dialect specific custom
compilers in SqlAlchemy
(http://docs.sqlalchemy.org/en/latest/core/compiler.html)

There's no need to do anything now, but it's helpful to know what is likely
to break when switching the model's datastore to postgresql.

Jonathan,

  Thank you. That's good information for me to know.

Regards,

Rich

--
SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 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 https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to