dendrite/roomserver/storage/sqlite3
Kegan Dougal 18b0889a25 sqlite: Ensure we return exactly the number of events found in the database
Previously we would return exactly the number of *requested* events, which
meant that several zero-initialised events would bubble through the system,
failing at JSON serialisation time.
2020-02-19 17:03:18 +00:00
..
event_json_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
event_state_keys_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
event_types_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
events_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
invite_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
list.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
membership_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
prepare.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
previous_events_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
room_aliases_table.go sqlite: Fix UNIQUE violations and close more cursors 2020-02-18 14:41:13 +00:00
rooms_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
sql.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
state_block_table.go sqlite: Fix UNIQUE violations and close more cursors 2020-02-18 14:41:13 +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 Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
storage.go sqlite: Ensure we return exactly the number of events found in the database 2020-02-19 17:03:18 +00:00
transactions_table.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00