Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-08 | enable result buffering for postgres | Helmut Grohne | |
2014-03-08 | restrict sqlite-specific configuration to sqlite databases | Helmut Grohne | |
2014-03-08 | Merge branch 'master' into sqlalchemy | Helmut Grohne | |
In the mean time, the master branch evolved quite a bit and the schema changed again (eqclass added to function table). The main reason for the merge is to resolve the large amounts of conflicts once, so development of the sqlalchemy branch can continue and still benefit from changes in the master branch such as schema compatibility, adapting the indent level in web app due to the use of contextlib.closing which resembles sqlalchemy's "with db.begin() as conn:". Conflicts: autoimport.py dedup/utils.py readyaml.py update_sharing.py webapp.py | |||
2013-08-16 | make debian version_compare available in sql | Helmut Grohne | |
2013-07-24 | sqlalchemy's fetchmany defaults to being fetchall | Helmut Grohne | |
This voids the benefits of processing rows during row generation as has been observed on postgres. | |||
2013-06-23 | dedup.utils: add enbale_sqlite_foreign_keys helper | Helmut Grohne | |
Makes usage of sqlalchemy easier, cause I can invoke it once and it works for all connections. | |||
2013-03-02 | move fetchiter from webapp to dedup.utils | Helmut Grohne | |