mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
54087de518cb44346c54863fed96cbb0fb430a02
## Summary - Port MySQL test coverage for Builder, Subquery, Join, and Struct features to PgSQL driver - Add 4 new test files with 23 test functions covering builder patterns, subquery WHERE/HAVING/Model, all JOIN types, and struct scanning - PgSQL dialect adaptations: double-quoted identifiers, GROUP BY with HAVING, letter-prefixed table names, int64 id assertions, removed `Uid` field ## Test plan - [x] Builder tests pass: `go test -v -run "Test_Model_Builder|Test_Safe_Builder" -count=1` - [x] Subquery tests pass: `go test -v -run "Test_Model_SubQuery" -count=1` - [x] Join tests pass: `go test -v -run "Test_Model_.*Join.*|Test_Model_FieldsPrefix" -count=1` - [x] Struct tests pass: `go test -v -run "Test_Model_Embedded|Test_Struct|Test_Structs|Test_Model_Scan|Test_Scan_Auto" -count=1` - [x] Full PgSQL test suite: 113/113 PASS ref #4689
refactor(container): add default nil checker, rename RegisterNilChecker to SetNilChecker, migrate instance containers to type-safe generics (#4630)
refactor(container): add default nil checker, rename RegisterNilChecker to SetNilChecker, migrate instance containers to type-safe generics (#4630)
refract(gerror): add ITextArgs interface and its implements, mainly for i18n that needs text and args separately (#4597)
refactor(container): add default nil checker, rename RegisterNilChecker to SetNilChecker, migrate instance containers to type-safe generics (#4630)
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%
