dendrite/roomserver/storage
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
..
postgres Always defer *sql.Rows.Close and consult with Err (#844) 2020-02-11 14:12:21 +00:00
sqlite3 sqlite: Ensure we return exactly the number of events found in the database 2020-02-19 17:03:18 +00:00
storage.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00