Files
jsqlparser/.github/ISSUE_TEMPLATE/feature_request.md

802 B

name, about, title, labels, assignees
name about title labels assignees
Feature request Suggest an unsupported Statement or Expression [FEATURE] missing feature description

Grammar or Syntax Description

  • Brief description of the failing SQL feature and the EBNF
  • Example: WITH ROLLUP clause is not supported yet

SQL Example

  • Simplified Query Example, focusing on the failing feature
    -- Replace with your ACTUAL example
    select 1
    from dual
    
  • Please don't send screen shots

Additional context

The used JSQLParser Version (please test the latest SNAPSHOT version before submitting). State the applicable RDBMS and version Links to the reference documentation

Tips: