Files
gf/database/gdb
Jack Ling 3e73e2d2cc fix(database/gdb): skip field filtering when table/alias is unknown in FieldsPrefix (#4602)
## 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
2026-01-15 10:25:40 +08:00
..
2021-09-23 19:29:20 +08:00
2022-09-26 22:11:13 +08:00
2022-09-26 22:11:13 +08:00
2021-01-17 21:46:25 +08:00
2022-02-16 00:26:06 +08:00