0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-17 04:43:50 +02:00
dendrite/userapi/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 feat: admin APIs for token authenticated registration (#3101) 2023-06-22 16:37:21 +00:00
sqlite3 More rows.Close() and rows.Err() (#3262) 2023-11-09 08:42:33 +01:00
tables feat: admin APIs for token authenticated registration (#3101) 2023-06-22 16:37:21 +00:00
interface.go feat: admin APIs for token authenticated registration (#3101) 2023-06-22 16:37:21 +00:00
storage.go Use pointer when passing the connection manager around (#3152) 2023-07-19 13:37:04 +02:00
storage_test.go Add simple test for one time keys (#3239) 2023-10-25 10:13:18 +02:00
storage_wasm.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00