mirror of
https://github.com/nsnail/FreeSql.git
synced 2026-05-14 07:16:17 +08:00
fa61d8a3d1
- 调整 ISelect.AsTable 规则,每一次使用将增加 UNION ALL 查询; - 优化 AsTable UseSyncStructureToLower/ToUpper 设置,兼容 AsTable((t,o) => "(select * from tb)"); #89