dendrite/syncapi/storage/sqlite3
2020-02-19 15:01:14 +00:00
..
account_data_table.go sqlite: Fix account data table in syncapi by commiting insert txns! 2020-02-19 15:01:14 +00:00
backward_extremities_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
current_room_state_table.go sqlite: Add missing variadic function 2020-02-18 15:35:35 +00:00
filtering.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
invites_table.go sqlite: Fix invite table by using the global stream pos rather than one specific to invites 2020-02-18 18:02:53 +00:00
output_room_events_table.go sqlite: do not use last rowid, we already know the stream pos! 2020-02-19 10:27:46 +00:00
output_room_events_topology_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
stream_id_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
syncserver.go sqlite: Fix account data table in syncapi by commiting insert txns! 2020-02-19 15:01:14 +00:00