Re: [sqlalchemy] SqlAlchemy 1.4 and Sequences

2021-09-01 Thread Francesca L
s you > are using the "implicit_returning=False" flag on your create_engine(). > dont use this flag as it serves no useful purpose and that will fix your > issue here, we will be deprecating and removing this flag. > > will try to fix the immediate issue if possible.

[sqlalchemy] SqlAlchemy 1.4 and Sequences

2021-08-31 Thread Francesca L
Hi group, I am tring to migrate from version *1.3.24* to *1.4.23* of SqlAlchemy, using *PostgreSQL 10*. I found that the following code example works with 1.3, but triggers a traceback with 1.4. import sqlalchemy session = ... metadata = sqlalchemy.MetaData() s_items =