32 lines
802 B
Markdown
32 lines
802 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an unsupported Statement or Expression
|
|
title: "[FEATURE] missing feature description"
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### 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
|
|
```sql
|
|
-- 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:
|
|
<!--
|
|
Please write in English and avoid Screenshots (as we can't copy and paste content from it).
|
|
-->
|