Re: [sqlalchemy] Postgres 10 identity keyword

2017-10-09 Thread Mike Bayer
On Sun, Oct 8, 2017 at 10:45 PM, Seth P wrote: > Apologies if I missed something, but does SQLAlchemy (1.2.0?) support the new > Postgres 10 identity keyword > (https://blog.2ndquadrant.com/postgresql-10-identity-columns/)? not directly, however you can intercept SERIAL and

[sqlalchemy] Postgres 10 identity keyword

2017-10-08 Thread Seth P
Apologies if I missed something, but does SQLAlchemy (1.2.0?) support the new Postgres 10 identity keyword (https://blog.2ndquadrant.com/postgresql-10-identity-columns/)? -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code,