mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
## Summary - Fix FieldsPrefix silently dropping fields when called before LeftJoin - When table/alias is unknown, skip filtering and return fields directly ## Test plan - [x] Added unit test Test_Issue4595 in pgsql driver - [x] Test covers: FieldsPrefix before LeftJoin, Fields with prefix, FieldsPrefix after LeftJoin Closes #4595