Community
Participate
Working Groups
Got a BadParseException in SQB when a manually edited SQL text contains the TRIM function including the trim specification. E.g. SELECT TRIM( LEADING FROM column1 ) from table1 This happens regardless of the DBMS type.
Unfortunately the Query parser doesn't yet have support for most functions that have unusual syntax, such as the "LEADING FROM" part of the TRIM function. That requires a lot of function-specific grammar rules that aren't there yet.