aboutsummaryrefslogtreecommitdiff
path: root/signature_db.cpp
AgeCommit message (Collapse)Author
2022-09-18Move stuff around to accommodate new family members.Gravatar Chris Xiong
2022-09-18Add batching for get_signature().Gravatar Chris Xiong
2022-09-17Finish similar image grouping.Gravatar Chris Xiong
2022-09-17Continue hollowing out the testdrive application...Gravatar Chris Xiong
...and stuff everything into signature_db which is now becoming the new ragbag. Includes half-finished disjoint set implementation to absorb some logic originally in mingui's main.cpp into this ever-growing signature_db. Changed how batching is handled. Now different type of batches can be interleaved.
2022-09-16Stop using explicit ids from outside.Gravatar Chris Xiong
2022-09-16Add versioning and support for loading on disk db.Gravatar Chris Xiong
2022-09-11Add additional constraints to table schemata.Gravatar Chris Xiong
2022-09-11Somehow had old table names left around.Gravatar Chris Xiong
2022-09-11Containment measures for ugly sql stuff.Gravatar Chris Xiong
Also made forgetting return value a sin (should've been the case in the first place)