Respect repeatable read, but not beyond transaction, if transaction is committed during a request then cache should be invalidated. This will likely slow down some code in a loop that did repeated queries + commit but we can't compromise correctness here. |
||
|---|---|---|
| .. | ||
| mariadb | ||
| postgres | ||
| sqlite | ||
| __init__.py | ||
| database.py | ||
| db_manager.py | ||
| operator_map.py | ||
| query.py | ||
| schema.py | ||
| sequence.py | ||
| utils.py | ||