dendrite/serverkeyapi/storage
Kegsay 8dc9506210
Don't use more than 999 variables in SQLite querys. (#1425)
* Don't use more than 999 variables in SQLite querys.

Solve this problem in a more general and reusable way.
Also fix #1369
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
..
cache More server key updates, tests (#1129) 2020-06-16 13:11:20 +01:00
postgres Configuration format v1 (#1230) 2020-08-10 14:18:04 +01:00
sqlite3 Don't use more than 999 variables in SQLite querys. (#1425) 2020-09-14 16:39:38 +01:00
interface.go Server key component (#1050) 2020-05-27 10:19:24 +01:00
keydb.go Configuration format v1 (#1230) 2020-08-10 14:18:04 +01:00
keydb_wasm.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00