summaryrefslogtreecommitdiff
path: root/dedup/schema.py
AgeCommit message (Collapse)Author
2014-03-08get rid of lastrowid usageHelmut 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.