dendrite/syncapi/storage
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
..
postgres Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
sqlite3 bugfix: fix panic on new invite events from sytest 2020-02-17 14:55:36 +00:00
storage.go Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00