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 785d100be9
feat: slow threshold customizable in sqlx (#1188)
3 years ago
..
bulkinserter.go support postgresql (#583) 4 years ago
bulkinserter_test.go expose sql.DB to let orm operate on it (#1015) 3 years ago
mysql.go fix golint issues in core/stores (#527) 4 years ago
mysql_test.go add more tests for sqlx (#442) 4 years ago
orm.go fix golint issues in core/stores (#527) 4 years ago
orm_test.go chore: update code format. (#628) 4 years ago
sqlconn.go refactor for better error reporting on sql error (#1016) 3 years ago
sqlconn_test.go expose sql.DB to let orm operate on it (#1015) 3 years ago
sqlmanager.go update package reference 4 years ago
stmt.go feat: slow threshold customizable in sqlx (#1188) 3 years ago
stmt_test.go feat: slow threshold customizable in sqlx (#1188) 3 years ago
tx.go refactor for better error reporting on sql error (#1016) 3 years ago
tx_test.go initial import 4 years ago
utils.go optimize nested conditional (#709) 4 years ago
utils_test.go print entire sql statements in logx if necessary (#704) 4 years ago