1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-21 17:14:28 -05:00
dendrite/serverkeyapi/storage/sqlite3
Kegsay 8dc9506210
Don't use more than 999 variables in SQLite querys. ()
* Don't use more than 999 variables in SQLite querys.

Solve this problem in a more general and reusable way.
Also fix 
Add some unit tests.

Signed-off-by: Henrik Sölver <henrik.solver@gmail.com>

* Don't rely on testify for basic assertions

* Readability improvements and linting

Co-authored-by: Henrik Sölver <henrik.solver@gmail.com>
2020-09-14 16:39:38 +01:00
..
keydb.go Component-wide TransactionWriters () 2020-08-21 10:42:08 +01:00
server_key_table.go Don't use more than 999 variables in SQLite querys. () 2020-09-14 16:39:38 +01:00