0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-20 00:29:16 +02:00
dendrite/syncapi/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
account_data_table.go
backwards_extremities_table.go
current_room_state_table.go More rows.Close() and rows.Err() (#3262) 2023-11-09 08:42:33 +01:00
filter_table.go
filtering.go
ignores_table.go
invites_table.go Update gmsl to use new validated RoomID on PDUs (#3200) 2023-09-15 14:39:06 +00:00
memberships_table.go More rows.Close() and rows.Err() (#3262) 2023-11-09 08:42:33 +01:00
notification_data_table.go
output_room_events_table.go Update gmsl to use new validated RoomID on PDUs (#3200) 2023-09-15 14:39:06 +00:00
output_room_events_topology_table.go Update gmsl to use new validated RoomID on PDUs (#3200) 2023-09-15 14:39:06 +00:00
peeks_table.go More rows.Close() and rows.Err() (#3262) 2023-11-09 08:42:33 +01:00
presence_table.go More rows.Close() and rows.Err() (#3262) 2023-11-09 08:42:33 +01:00
receipt_table.go
relations_table.go
send_to_device_table.go
syncserver.go Use pointer when passing the connection manager around (#3152) 2023-07-19 13:37:04 +02:00