dendrite/userapi/storage
Till f0805071d5
Fix SQLite session_id (#2977)
This fixes an issue with device_id/session_ids.
If a `device_id` is reused, we would reuse the same `session_id`, since
we delete one device and insert a new one directly, resulting in the
query to get a new `session_id` to return the previous session_id.
(`SELECT count(access_token)`)
2023-02-17 11:39:46 +01:00
..
postgres Fix SQLite session_id (#2977) 2023-02-17 11:39:46 +01:00
shared Fix SQLite session_id (#2977) 2023-02-17 11:39:46 +01:00
sqlite3 Fix SQLite session_id (#2977) 2023-02-17 11:39:46 +01:00
tables Fix SQLite session_id (#2977) 2023-02-17 11:39:46 +01:00
interface.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
storage_test.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00