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 367afb544c
feat: support ptr of ptr of ... in mapping (#2779)
* feat: support ptr of ptr of ... in mapping

* feat: support ptr of ptr of time.Duration in mapping

* feat: support ptr of ptr of json.Number in mapping

* chore: improve setting in mapping

* feat: support ptr of ptr encoding.TextUnmarshaler in mapping

* chore: add more tests

* fix: string ptr

* chore: update tests
2 years ago
..
bulkinserter.go feat: support oracle :N dynamic parameters (#1552) 3 years ago
bulkinserter_test.go feat: support ctx in sqlx/sqlc, listed in ROADMAP (#1535) 3 years ago
metrics.go chore: sqlx's metric name is different from redis (#2505) 2 years ago
mysql.go fix golint issues in core/stores (#527) 4 years ago
mysql_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
orm.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
orm_test.go feat: support ctx in sqlx/sqlc, listed in ROADMAP (#1535) 3 years ago
sqlconn.go chore: refactor the imports (#2406) 2 years ago
sqlconn_test.go feat: mysql and redis metric support (#2355) 2 years ago
sqlmanager.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
stmt.go feat: mysql and redis metric support (#2355) 2 years ago
stmt_test.go fix #2240 (#2263) 2 years ago
trace.go feat: support ptr of ptr of ... in mapping (#2779) 2 years ago
tx.go refactor: refactor trace in redis & sql & mongo (#1865) 3 years ago
tx_test.go feat: support ctx in sqlx/sqlc, listed in ROADMAP (#1535) 3 years ago
utils.go fix: time repr wrapper (#2255) 2 years ago
utils_test.go fix: time repr wrapper (#2255) 2 years ago