### Failing SQL Feature: - Oracle supports outer joins with (+) notation and can be used in conjunction with nvl or coalesce - Example: The following example cannot be parsed ### SQL Example: - Simplified Query Example ```sql SELECT * FROM dual d, dual d2 where d.dummy = nvl(d2.dummy (+),'y') ``` ### Software Information: - JSqlParser version 5.4-SNAPSHOT - Database: Oracle