dendrite/userapi/storage/postgres
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
..
deltas refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
account_data_table.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
accounts_table.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
cross_signing_keys_table.go More `rows.Close()` and `rows.Err()` (#3262) 2023-11-09 08:42:33 +01:00
cross_signing_sigs_table.go More `rows.Close()` and `rows.Err()` (#3262) 2023-11-09 08:42:33 +01:00
device_keys_table.go Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
devices_table.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
key_backup_table.go More `rows.Close()` and `rows.Err()` (#3262) 2023-11-09 08:42:33 +01:00
key_backup_version_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
key_changes_table.go More `rows.Close()` and `rows.Err()` (#3262) 2023-11-09 08:42:33 +01:00
logintoken_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
notifications_table.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
one_time_keys_table.go More `rows.Close()` and `rows.Err()` (#3262) 2023-11-09 08:42:33 +01:00
openid_table.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
profile_table.go More `rows.Close()` and `rows.Err()` (#3262) 2023-11-09 08:42:33 +01:00
pusher_table.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
registration_tokens_table.go feat: admin APIs for token authenticated registration (#3101) 2023-06-22 16:37:21 +00:00
stale_device_lists.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
stats_table.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
storage.go Use pointer when passing the connection manager around (#3152) 2023-07-19 13:37:04 +02:00
threepid_table.go More `rows.Close()` and `rows.Err()` (#3262) 2023-11-09 08:42:33 +01:00