0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-27 13:28:58 +02:00
dendrite/syncapi/storage
texuf a574ed5369
Fix for `sql: converting argument $1 type: unsupported type []interfa… (#2743)
…ce {}, a slice of interface` in new notifications select

The sqlite3 version was just not working, original pr here:
https://github.com/matrix-org/dendrite/pull/2688

signed off by: austin ellis <austin@hntlabs.com>

This doesn't fix the notification counts, they still only work about 1
out of every 5 times in my tests. I will stick with my other fix locally
for reliable notification delivery:
https://github.com/matrix-org/dendrite/pull/2701
2022-09-28 06:19:34 +02:00
..
postgres Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
shared Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
sqlite3 Fix for `sql: converting argument $1 type: unsupported type []interfa… (#2743) 2022-09-28 06:19:34 +02:00
tables Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
interface.go Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_test.go Implement history visibility on /messages, /context, /sync (#2511) 2022-08-11 18:23:35 +02:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00