dendrite/syncapi/storage
Till 699f5ca8c1
More `rows.Close()` and `rows.Err()` (#3262)
Looks like we missed some `rows.Close()`

Even though `rows.Err()` is mostly not necessary, we should be more
consistent in the DB layer.

[skip ci]
2023-11-09 08:42:33 +01:00
..
postgres More `rows.Close()` and `rows.Err()` (#3262) 2023-11-09 08:42:33 +01:00
shared Fix tests for x86 (#3214) 2023-09-28 14:50:31 +02:00
sqlite3 More `rows.Close()` and `rows.Err()` (#3262) 2023-11-09 08:42:33 +01:00
tables Fix tests for x86 (#3214) 2023-09-28 14:50:31 +02:00
interface.go Fix tests for x86 (#3214) 2023-09-28 14:50:31 +02:00
storage.go Use pointer when passing the connection manager around (#3152) 2023-07-19 13:37:04 +02:00
storage_test.go Tweaks around `/messages` (#3149) 2023-07-13 14:18:37 +02:00
storage_wasm.go Preparations for removing `BaseDendrite` (#3016) 2023-03-17 11:09:45 +00:00