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
chen quan e567a0c718
refactor: refactor trace in redis & sql & mongo (#1865)
* refactor: refactor tracing in redis & sql & mongo

Signed-off-by: chenquan <chenquan.dev@gmail.com>

* fix: fix some tests

Signed-off-by: chenquan <chenquan.dev@gmail.com>

* refactor: add missing content

Signed-off-by: chenquan <chenquan.dev@gmail.com>

* refactor: adjust `log` and `return`

Signed-off-by: chenquan <chenquan.dev@gmail.com>

* refactor: reformat code

Signed-off-by: chenquan <chenquan.dev@gmail.com>

* refactor: reformat code

Signed-off-by: chenquan <chenquan.dev@gmail.com>

* refactor: reformat code

Signed-off-by: chenquan <chenquan.dev@gmail.com>

* refactor: simpler span name

Signed-off-by: chenquan <chenquan.dev@gmail.com>

* refactor: fix a bug

Signed-off-by: chenquan <chenquan.dev@gmail.com>

* refactor: fix a bug

Signed-off-by: chenquan <chenquan.dev@gmail.com>
3 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
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 refactor: refactor trace in redis & sql & mongo (#1865) 3 years ago
sqlconn_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
sqlmanager.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
stmt.go feat: support ctx in sqlx/sqlc, listed in ROADMAP (#1535) 3 years ago
stmt_test.go feat: support ctx in sqlx/sqlc, listed in ROADMAP (#1535) 3 years ago
trace.go refactor: refactor trace in redis & sql & mongo (#1865) 3 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 refactor: simplify the code (#1835) 3 years ago
utils_test.go fix #1806 (#1833) 3 years ago