dendrite/internal/sqlutil
Kegan Dougal ed4097825b Factor out StatementList to `sqlutil` and use it in `userapi`
It helps with the boilerplate.
2021-07-28 18:30:04 +01:00
..
migrate.go Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
partition_offset_table.go Don't overwrite global err before return (#1293) 2020-08-25 13:11:52 +01:00
postgres.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
postgres_wasm.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
sql.go Factor out StatementList to `sqlutil` and use it in `userapi` 2021-07-28 18:30:04 +01:00
sqlutil_test.go Don't use more than 999 variables in SQLite querys. (#1425) 2020-09-14 16:39:38 +01:00
trace.go Only include go-sqlite3 on the relevant binaries (#1900) 2021-07-20 11:18:14 +01:00
trace_driver.go Add SQL tracing via DENDRITE_TRACE_SQL (#968) 2020-04-16 10:06:55 +01:00
trace_driver_wasm.go Add SQL tracing via DENDRITE_TRACE_SQL (#968) 2020-04-16 10:06:55 +01:00
uri.go Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
writer.go Component-wide TransactionWriters (#1290) 2020-08-21 10:42:08 +01:00
writer_dummy.go Component-wide TransactionWriters (#1290) 2020-08-21 10:42:08 +01:00
writer_exclusive.go Track goids when running with tracing enabled (#1413) 2020-09-08 17:30:05 +01:00