Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-08 | get rid of lastrowid usage | Helmut Grohne | |
On psycopg2 the lastrowid attribute is always 0. The documentation advises to use inserted_primary_key instead, but in order to use that, the sqlalchemy expression language must be used. |