synapse-product/synapse/storage/util
Erik Johnston 695240d34a
Fix DB query on startup for negative streams. (#8447)
For negative streams we have to negate the internal stream ID before
querying the DB.

The effect of this bug was to query far too many rows, slowing start up
time, but we would correctly filter the results afterwards so there was
no ill effect.
2020-10-02 12:22:19 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
id_generators.py Fix DB query on startup for negative streams. (#8447) 2020-10-02 12:22:19 +01:00
sequence.py Add checks for postgres sequence consistency (#8402) 2020-09-28 18:00:30 +01:00