mirror of
https://gitee.com/johng/gf
synced 2026-07-06 13:42:46 +08:00
766579d8688a904b921261a6ac2f6a6ecbb298ff
## 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 #4689
refactor(container): add default nil checker, rename RegisterNilChecker to SetNilChecker, migrate instance containers to type-safe generics (#4630)
fix(databse/gdb): use COUNT(1) if fields number is greater than 1 even when parameter
useFieldForCount is true in AllAndCount/ScanAndCount (#4701)
refract(gerror): add ITextArgs interface and its implements, mainly for i18n that needs text and args separately (#4597)
English | 简体中文
A powerful framework for faster, easier, and more efficient project development.
Installation
go get -u github.com/gogf/gf/v2
Documentation
- Official Site: https://goframe.org
- Official Site(en): https://goframe.org/en
- 国内镜像: https://goframe.org.cn
- Mirror Site: https://pages.goframe.org
- Mirror Site: Offline Docs
- GoDoc API: https://pkg.go.dev/github.com/gogf/gf/v2
- Doc Source: https://github.com/gogf/gf-site
Contributors
💖 Thanks to all the contributors who made GoFrame possible 💖
License
GoFrame is licensed under the MIT License, 100% free and open-source, forever.
Languages
GO
100%
