0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-11 05:29:18 +02:00
dendrite/roomserver/storage/sqlite3
2021-12-09 15:03:26 +00:00
..
deltas Fix sqlite migration issues (#1960) 2021-08-04 17:08:17 +01:00
event_json_table.go Factor out StatementList to sqlutil and use it in userapi 2021-07-28 18:30:04 +01:00
event_state_keys_table.go Factor out StatementList to sqlutil and use it in userapi 2021-07-28 18:30:04 +01:00
event_types_table.go Factor out StatementList to sqlutil and use it in userapi 2021-07-28 18:30:04 +01:00
events_table.go Return event NID from StoreEvent, match PSQL vs SQLite behaviour, tweak backfill persistence (#2071) 2021-12-09 15:03:26 +00:00
invite_table.go Factor out StatementList to sqlutil and use it in userapi 2021-07-28 18:30:04 +01:00
membership_table.go Factor out StatementList to sqlutil and use it in userapi 2021-07-28 18:30:04 +01:00
previous_events_table.go Factor out StatementList to sqlutil and use it in userapi 2021-07-28 18:30:04 +01:00
published_table.go Factor out StatementList to sqlutil and use it in userapi 2021-07-28 18:30:04 +01:00
redactions_table.go Factor out StatementList to sqlutil and use it in userapi 2021-07-28 18:30:04 +01:00
room_aliases_table.go Factor out StatementList to sqlutil and use it in userapi 2021-07-28 18:30:04 +01:00
rooms_table.go Only return non-stub rooms from GetKnownRooms (#2049) 2021-11-18 11:34:19 +00:00
state_block_table.go Fix sqlite migration issues (#1960) 2021-08-04 17:08:17 +01:00
state_block_table_test.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
state_snapshot_table.go Fix sqlite migration issues (#1960) 2021-08-04 17:08:17 +01:00
storage.go Don't persist transaction IDs in the roomserver (#2048) 2021-11-22 09:13:12 +00:00