0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-25 20:38:56 +02:00
dendrite/userapi/storage/sqlite3
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
..
deltas Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
account_data_table.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
accounts_table.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
constraint_wasm.go Merge both user API databases into one (#2186) 2022-02-18 11:31:05 +00:00
devices_table.go Fix SQLite session_id (#2977) 2023-02-17 11:39:46 +01:00
key_backup_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
key_backup_version_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
logintoken_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
notifications_table.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
openid_table.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
profile_table.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
pusher_table.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
stats_table.go Add message stats to reporting (#2748) 2022-11-02 10:18:11 +00:00
storage.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
threepid_table.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00