You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Prevent table prefix from being added to string literals in computed columns
- Extract and protect string literals before resolving column references
- Use placeholder system to preserve quoted strings
- Restore original string literals after column resolution
- Fixes issue where 'High' became 'fliit_orders.High' in CASE statements
0 commit comments