feat(jsqlparser): 首次提交
This commit is contained in:
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
name: @ SQL Parser Error
|
||||
about: Create a report to help us improve
|
||||
title: '[BUG] JSQLParser Version : RDBMS : failing feature description'
|
||||
labels: 'Parser Error', 'Feature Request', 'Documentation', 'Java API', 'RDBMS support'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Note: Please search to see if an issue already exists for the bug you encountered.
|
||||
-->
|
||||
|
||||
### Failing SQL Feature:
|
||||
<!--
|
||||
- Brief description of the failing SQL feature
|
||||
- Example: `WITH ROLLUP` can't be parsed
|
||||
-->
|
||||
|
||||
### SQL Example:
|
||||
<!--
|
||||
- Simplified Query Example, focusing on the failing feature
|
||||
```sql
|
||||
-- Replace with your ACTUAL example
|
||||
select 1
|
||||
from dual
|
||||
```
|
||||
-->
|
||||
|
||||
### Software Information:
|
||||
<!--
|
||||
- JSqlParser version
|
||||
- Database (e. g. Oracle, MS SQL Server, H2, PostgreSQL, IBM DB2 )
|
||||
-->
|
||||
|
||||
### Tips:
|
||||
<!--
|
||||
Please write in English and avoid Screenshots (as we can't copy and paste content from it).
|
||||
[Try your example online with the latest JSQLParser](http://217.160.215.75:8080/jsqlformatter/demo.html) and share the link in the error report.
|
||||
Do provide Links or References to the specific Grammar and Syntax you are trying to use.
|
||||
-->
|
||||
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).
|
||||
-->
|
||||
31
.github/ISSUE_TEMPLATE/sql-parser-error.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/sql-parser-error.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: SQL Parser Error
|
||||
about: Report a Parser Error
|
||||
title: "[BUG] JSQLParser Version : RDBMS : failing feature description"
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Always check against the **Latest SNAPSHOT of JSQLParser** and the [Syntax Diagram](https://jsqlparser.github.io/JSqlParser/syntax_snapshot.html)
|
||||
|
||||
### Failing SQL Feature:
|
||||
- Brief description of the failing SQL feature
|
||||
- Example: `WITH ROLLUP` can't be parsed
|
||||
|
||||
### SQL Example:
|
||||
- Simplified Query Example, focusing on the failing feature
|
||||
```sql
|
||||
-- Replace with your ACTUAL example
|
||||
select 1
|
||||
from dual
|
||||
```
|
||||
|
||||
### Software Information:
|
||||
- JSqlParser version
|
||||
- Database (e. g. Oracle, MS SQL Server, H2, PostgreSQL, IBM DB2 )
|
||||
|
||||
### Tips:
|
||||
Please write in English and avoid Screenshots (as we can't copy and paste content from it).
|
||||
[Try your example online with the latest JSQLParser](http://jsqlformatter.manticore-projects.com) and share the link in the error report.
|
||||
Do provide Links or References to the specific Grammar and Syntax you are trying to use.
|
||||
Reference in New Issue
Block a user