This website requires JavaScript.
Explore
Help
Register
Sign In
bvandeusen
/
FabledCurator
Watch
1
Star
0
Fork
0
You've already forked FabledCurator
Code
Issues
1
Pull Requests
Actions
1
Packages
Projects
Releases
33
Wiki
Activity
557
Commits
3
Branches
33
Tags
d181f4afb8ff5d1ef7ce2d85de8a15b2bf2d79ee
Commit Graph
2 Commits
Author
SHA1
Message
Date
bvandeusen
992f38ec20
fix(test): drop unused Post binding in test_importer_provenance_race (ruff F841)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <
noreply@anthropic.com
>
2026-05-26 14:39:57 -04:00
bvandeusen
397021dcbd
fix(importer): ImageProvenance (image_record_id, post_id) race-safe via savepoint + alembic 0021 UNIQUE — closes the SELECT-then-INSERT window that planted duplicates and broke .scalar_one_or_none() on every later deep-scan rederive (MultipleResultsFound). Migration dedupes existing rows (min(id) per pair); model gains __table_args__; gallery-filter test that seeded duplicates dropped.
...
Co-Authored-By: Claude Opus 4.7 (1M context) <
noreply@anthropic.com
>
2026-05-26 13:47:55 -04:00