You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubloader/common/common
Mike Lang 292188ad7c database: Remove retry_on_conflict helper and default to autocommit
All our usage was of a single query anyway, so autocommit is easier to handle.
You can still opt into a longer transaction using the transaction() helper.
6 years ago
..
__init__.py
database.py database: Remove retry_on_conflict helper and default to autocommit 6 years ago
segments.py get_best_segments: Let other things run 6 years ago
stats.py