mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
02abc515a36956e8e414cda19d233b57b305e375
## Summary - Port 3 test files and 4 testdata SQL files from PgSQL driver to GaussDB driver - Add `gaussdb_z_unit_feature_soft_time_test.go` (15 tests): soft time create/update/delete, bool/int/datetime soft delete - Add `gaussdb_z_unit_feature_with_test.go` (6 tests): With/WithAll ORM relation queries, multiple dependency levels - Add `gaussdb_z_unit_feature_scanlist_test.go` (9 tests): ScanList for 1:1, 1:N, N:N relation mapping - Add 4 testdata SQL files for With relation tests - **30 new test functions**, ~3,941 net new lines ## Test plan - [x] `go build ./...` passes - [x] `gofmt` and `gci` applied - [x] No remaining `pgsql` references in new files - [ ] Run full test suite against GaussDB instance ref #4689 --------- Co-authored-by: John Guo <claymore1986@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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)
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%
