mirror of
https://gitee.com/johng/gf
synced 2026-07-04 21:03:13 +08:00
## Summary - Port 11 pagination tests: Page/Limit/Offset, combined with Where/Order, boundary conditions (page 0, large offset), Count with pagination - Port 8 error-handling tests: invalid table/field names, syntax errors, duplicate key, connection errors, error wrapping and message verification - Port 5 concurrency tests: parallel read/write with goroutines and WaitGroup, concurrent transactions, race condition verification - Port 6 raw-type tests: custom type scanning, time.Time handling, json.RawMessage, sql.NullString/NullInt64, []byte fields - Port 6 sharding/table-name tests: dynamic table name via Sharding callback, table name with prefix, schema.table format 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