dendrite/syncapi/storage/sqlite3
Kegan Dougal f23fc25be0 bugfix: fix panic on new invite events from sytest
I'm unsure why the previous code didn't work, but it's
clearer, quicker and easier to read the `LastInsertID()` way.
Previously, the code would panic as the SELECT would fail
to find the last inserted row ID.
2020-02-17 14:55:36 +00:00
..
account_data_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +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 Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
filtering.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
invites_table.go bugfix: fix panic on new invite events from sytest 2020-02-17 14:55:36 +00:00
output_room_events_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +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 Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00