Skip to content

[BUG] JSQLParser 5.4 SNAPSHOT : Oracle : Outer join case with NVL #2329

@mantesap

Description

@mantesap

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
     SELECT * FROM dual d, dual d2 where d.dummy = nvl(d2.dummy (+),'y')

Software Information:

  • JSqlParser version 5.4-SNAPSHOT
  • Database: Oracle

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions