Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-23 | Move every `db.Prepare` to `sqlutil.Statementlist`, remove trace driver (#3026) | Till | |
Doesn't buy us much, but makes everything a bit more consistent. Also removes the SQL trace driver, as it is unused and the output is hard to read anyway. | |||
2021-11-02 | Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021) | PiotrKozimor | |
2020-04-16 | Add SQL tracing via DENDRITE_TRACE_SQL (#968) | Kegsay | |
* Add SQL tracing via DENDRITE_TRACE_SQL Add this to `internal/sqlutil` in preparation for #897 * Not entirely |