Commit Graph

9 Commits (94fa12560c260f24d5f9f4b2cd2f0bfc785e3b37)

Author SHA1 Message Date
mongobaba 52e5d85221
feat: add break metrics for sqlx.statement (#3947) 9 months ago
Kevin Wan 0dfaf135dd
feat: support breaker with sql statements (#3936) 9 months ago
Kevin Wan ae87114282
chore: change interface{} to any (#2818)
* chore: change interface{} to any

* chore: update goctl version to 1.5.0

* chore: update goctl deps
2 years ago
Kevin Wan 8ed22eafdd
fix #2240 (#2263) 2 years ago
Kevin Wan 607bae27fa
feat: support ctx in sqlx/sqlc, listed in ROADMAP (#1535)
* feat: support ctx in sqlx/sqlc

* chore: update roadmap

* fix: context.Canceled should be acceptable

* use %w to wrap errors

* chore: remove unused vars
3 years ago
Kevin Wan 785d100be9
feat: slow threshold customizable in sqlx (#1188) 3 years ago
Kevin Wan aaa39e17a3
print entire sql statements in logx if necessary (#704) 4 years ago
Kevin Wan bd623aaac3
support postgresql (#583)
support postgresql
4 years ago
Kevin Wan c282bb1d86
add more tests for sqlx (#440) 4 years ago