Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-27 | dedup.image: img.convert can also raise that crazy stuff | Helmut Grohne | |
2013-03-18 | dedup.image: mask errors from PIL | Helmut Grohne | |
2013-03-12 | dedup.arreader: missing bytes marker | Helmut Grohne | |
2013-03-12 | move ArReader from importpkg to dedup.arreader | Helmut Grohne | |
Also document it. | |||
2013-03-02 | move fetchiter from webapp to dedup.utils | Helmut Grohne | |
2013-02-24 | hash image contents | Helmut Grohne | |
2013-02-21 | move compression functions to module dedup.compression | Helmut Grohne | |
2013-02-21 | do not track byted compiled python files | Helmut Grohne | |
2013-02-21 | move hashing functions to module dedup.hashing | Helmut Grohne | |