feat(jsqlparser): 首次提交
This commit is contained in:
31
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
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).
|
||||
-->
|
||||
Reference in New Issue
Block a user