Martin Alderete

Results 1 issues of Martin Alderete

Improves how heartbeat generates the SQL query. Reduce the type of errors produced by "wrong" arguments. Use argument's placeholders and [QueryContext](https://pkg.go.dev/database/sql#Conn.QueryContext) instead of using [ftm.Sprintf](https://pkg.go.dev/fmt#Sprintf) to generate the query. @SuperQ,...