dendrite/roomserver/storage/sqlite3
2022-02-02 14:12:55 +00:00
..
deltas Fix sqlite migration issues (#1960) 2021-08-04 17:08:17 +01:00
event_json_table.go Add transaction to all database tables in roomserver, rename latest events updater to room updater, use room updater for all RS input 2022-02-01 12:52:37 +00:00
event_state_keys_table.go Fill some gaps 2022-02-02 14:12:55 +00:00
event_types_table.go Fill some gaps 2022-02-02 14:12:55 +00:00
events_table.go Add transaction to all database tables in roomserver, rename latest events updater to room updater, use room updater for all RS input 2022-02-01 12:52:37 +00:00
invite_table.go Add transaction to all database tables in roomserver, rename latest events updater to room updater, use room updater for all RS input 2022-02-01 12:52:37 +00:00
membership_table.go Add transaction to all database tables in roomserver, rename latest events updater to room updater, use room updater for all RS input 2022-02-01 12:52:37 +00: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 Add transaction to all database tables in roomserver, rename latest events updater to room updater, use room updater for all RS input 2022-02-01 12:52:37 +00: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 Add transaction to all database tables in roomserver, rename latest events updater to room updater, use room updater for all RS input 2022-02-01 12:52:37 +00:00
rooms_table.go Add transaction to all database tables in roomserver, rename latest events updater to room updater, use room updater for all RS input 2022-02-01 12:52:37 +00:00
state_block_table.go Add transaction to all database tables in roomserver, rename latest events updater to room updater, use room updater for all RS input 2022-02-01 12:52:37 +00: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 Add transaction to all database tables in roomserver, rename latest events updater to room updater, use room updater for all RS input 2022-02-01 12:52:37 +00:00
storage.go Handle cases where the room does not exist 2022-02-01 13:31:45 +00:00