go-zero/core/stores/sqlx
2024-04-27 20:43:45 +08:00
..
bulkinserter_test.go feat: add dbtest to facility db test (#3768) 2023-12-09 22:52:06 +08:00
bulkinserter.go fix: UpdateStmt doesn't update the statement correctly in sqlx/bulkinserter.go (#3607) 2023-10-09 21:57:26 +08:00
errors.go feat: support using session to execute statements in transaction (#3252) 2023-05-17 14:15:24 +00:00
metrics_test.go add custom health response information (#4034) 2024-04-03 14:33:55 +00:00
metrics.go fix: revert sqlx metric namespace (#3847) 2024-01-14 02:38:10 +00:00
mysql_test.go chore: coding style (#3987) 2024-03-08 16:11:28 +08:00
mysql.go fix: mysql WithAcceptable bug (#3986) 2024-03-08 04:23:41 +00:00
orm_test.go feat: add dbtest to facility db test (#3768) 2023-12-09 22:52:06 +08:00
orm.go fix: fix ignored context.DeadlineExceeded (#4066) 2024-04-11 11:14:20 +08:00
sqlconn_test.go chore: coding style (#3987) 2024-03-08 16:11:28 +08:00
sqlconn.go feat: add errorx.In to facility error checking (#4105) 2024-04-27 20:43:45 +08:00
sqlmanager.go refactor: simplify sqlx fail fast ping and simplify miniredis setup in test (#2897) 2023-02-19 17:18:19 +08:00
stmt_test.go optimize: improve breaker algorithm on recovery time (#4077) 2024-04-18 22:33:25 +08:00
stmt.go feat: use breaker with ctx to prevent deadline exceeded (#4091) 2024-04-18 23:18:49 +08:00
trace.go chore: refactor error comparison (#3629) 2023-10-15 13:41:06 +00:00
tx_test.go feat: add dbtest to facility db test (#3768) 2023-12-09 22:52:06 +08:00
tx.go feat: support breaker with sql statements (#3936) 2024-02-25 11:24:44 +08:00
utils_test.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
utils.go chore: refactor errors to use errors.Is (#3654) 2023-10-21 00:00:57 +08:00