dendrite/internal/sqlutil
Sam a6700331ce
Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)
* Replace all usages of txn.Stmt with sqlutil.TxStmt

Signed-off-by: Sam Day <me@samcday.com>

* Fix sign off link in PR template.

Signed-off-by: Sam Day <me@samcday.com>

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-09-24 11:10:14 +01: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 Update all usages of tx.Stmt to sqlutil.TxStmt (#1423) 2020-09-24 11:10:14 +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 Peeking via MSC2753 (#1370) 2020-09-10 14:39:18 +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 Configuration format v1 (#1230) 2020-08-10 14:18:04 +01: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