You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/core/stores/sqlx
Kevin Wan d71c0da7b7
chore: refactor error comparison (#3629)
1 year ago
..
bulkinserter.go fix: UpdateStmt doesn't update the statement correctly in sqlx/bulkinserter.go (#3607) 1 year ago
bulkinserter_test.go fix: UpdateStmt doesn't update the statement correctly in sqlx/bulkinserter.go (#3607) 1 year ago
errors.go feat: support using session to execute statements in transaction (#3252) 2 years ago
metrics.go chore: sqlx's metric name is different from redis (#2505) 2 years ago
mysql.go feat(sqlx): support for custom Acceptable function (#3405) 1 year ago
mysql_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
orm.go chore: fix potential nil pointer errors (#3454) 1 year ago
orm_test.go chore: add more tests (#3288) 2 years ago
sqlconn.go fix: format error should not trigger circuit breaker in sqlx (#3437) 1 year ago
sqlconn_test.go fix: format error should not trigger circuit breaker in sqlx (#3437) 1 year ago
sqlmanager.go refactor: simplify sqlx fail fast ping and simplify miniredis setup in test (#2897) 2 years ago
stmt.go update:Use the Milliseconds method of duration to get the number of milliseconds (#3285) 2 years ago
stmt_test.go chore: change interface{} to any (#2818) 2 years ago
trace.go chore: refactor error comparison (#3629) 1 year ago
tx.go feat: support using session to execute statements in transaction (#3252) 2 years ago
tx_test.go feat: support using session to execute statements in transaction (#3252) 2 years ago
utils.go fix: format error should not trigger circuit breaker in sqlx (#3437) 1 year ago
utils_test.go chore: change interface{} to any (#2818) 2 years ago