etiquette/etiquette
voussoir d88db08693 Allow PDB.rollback to take a savepoint; Warn early commits.
If a @transaction method makes calls to other @transaction
methods, and one of those nested calls makes a commit, and then
the outer call raises an exception, then the outer call will
not rollback properly because its savepoint is no longer in
the savepoint stack. So let's warn the user if that happens.
Should this raise an exception instead of just warn? Not sure,
I mean the data is already committed.
2018-03-05 21:35:36 -08:00
..
__init__.py Move export functions to their own module. 2017-06-11 22:55:45 -07:00
constants.py Minor fixes & pylint appeasements. 2018-02-16 21:28:36 -08:00
decorators.py Allow PDB.rollback to take a savepoint; Warn early commits. 2018-03-05 21:35:36 -08:00
exceptions.py Add some more exception hierarchy. Exists / InvalidUN/PW. 2018-02-16 22:13:54 -08:00
helpers.py Update truthystring to return bool, not given int. 2018-02-24 23:01:44 -08:00
jsonify.py Make Photo.bytestring a @property. 2018-02-16 23:16:02 -08:00
objects.py Oops, add commit parameter to Photo.copy_tags. 2018-02-25 18:56:11 -08:00
photodb.py Allow PDB.rollback to take a savepoint; Warn early commits. 2018-03-05 21:35:36 -08:00
searchhelpers.py Add search feature has_thumbnails. 2018-02-24 23:06:25 -08:00
tag_export.py Rename Tag.synonyms -> get_synonyms. 2018-02-16 23:01:07 -08:00