forked-synapse/synapse/storage
Eric Eastwood 80d6dc9783
Remove conflicting sqlite tables that are "reserved" (shadow fts4 tables) (#9003)
Remove conflicting sqlite tables that throw sqlite3.OperationalError: object name reserved for internal use: event_search_content when running the twisted unit tests.

Fix #8996
2021-02-10 20:12:57 +00:00
..
databases Remove conflicting sqlite tables that are "reserved" (shadow fts4 tables) (#9003) 2021-02-10 20:12:57 +00:00
engines Add experimental support for PyPy. (#9123) 2021-02-04 08:29:47 -05:00
schema Only run one background update at a time 2020-03-31 17:43:58 +01:00
util Update type hints for Cursor to match PEP 249. (#9299) 2021-02-05 15:39:19 -05:00
__init__.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
_base.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
background_updates.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
database.py Update type hints for Cursor to match PEP 249. (#9299) 2021-02-05 15:39:19 -05:00
keys.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
persist_events.py Try and drop stale extremities. (#8929) 2020-12-18 09:49:18 +00:00
prepare_database.py Update type hints for Cursor to match PEP 249. (#9299) 2021-02-05 15:39:19 -05:00
purge_events.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
push_rule.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
relations.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
roommember.py Add EventStreamPosition type (#8388) 2020-09-24 13:24:17 +01:00
state.py Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
types.py Update type hints for Cursor to match PEP 249. (#9299) 2021-02-05 15:39:19 -05:00