Skip to content

Tags: smzgl/gf

Tags

cmd/gf/v2.10.0

Toggle cmd/gf/v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test(contrib/drivers/mariadb): add transaction, where, hook and ctx t…

…ests (gogf#4720)

## Summary

- Port 28 transaction tests: Begin/Commit/Rollback, nested SavePoint,
transaction propagation (Required/Nested/NotSupported), timeout, panic
recovery, concurrent transactions
- Port 41 where-condition tests:
Where/WhereOr/WhereNot/WhereIn/WhereBetween, prefix handling, complex
AND/OR combinations, NULL checks, struct/map/slice parameter types
- Port 11 hook tests: HookSelect/HookInsert/HookUpdate/HookDelete for
both Model and raw SQL paths, hook chaining and context propagation
- Port 8 ctx tests: context propagation through Model/TX operations,
context-based logging with traceId verification

All tests are structurally identical to the MySQL driver baseline. SQL
syntax is standard and shared. Package and import references are adapted
for MariaDB.

ref gogf#4689

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into feat-gdb-support-afterScan-interface

contrib/trace/otlphttp/v2.10.0

Toggle contrib/trace/otlphttp/v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into feat-gdb-support-afterScan-interface

contrib/trace/otlpgrpc/v2.10.0

Toggle contrib/trace/otlpgrpc/v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into feat-gdb-support-afterScan-interface

contrib/sdk/httpclient/v2.10.0

Toggle contrib/sdk/httpclient/v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into feat-gdb-support-afterScan-interface

contrib/rpc/grpcx/v2.10.0

Toggle contrib/rpc/grpcx/v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into feat-gdb-support-afterScan-interface

contrib/registry/zookeeper/v2.10.0

Toggle contrib/registry/zookeeper/v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into feat-gdb-support-afterScan-interface

contrib/registry/polaris/v2.10.0

Toggle contrib/registry/polaris/v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into feat-gdb-support-afterScan-interface

contrib/registry/nacos/v2.10.0

Toggle contrib/registry/nacos/v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into feat-gdb-support-afterScan-interface

contrib/registry/file/v2.10.0

Toggle contrib/registry/file/v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into feat-gdb-support-afterScan-interface