Skip to content

Commit 46314c4

Browse files
Update issue templates
1 parent b707b23 commit 46314c4

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: SQL Parser Error
3+
about: Create a report to help us improve
4+
title: "[BUG] JSQLParser Version : RDBMS : failing feature description"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Note: Please search to see if an issue already exists for the bug you encountered.
11+
12+
### Failing SQL Feature:
13+
- Brief description of the failing SQL feature
14+
- Example: `WITH ROLLUP` can't be parsed
15+
16+
### SQL Example:
17+
- Simplified Query Example, focusing on the failing feature
18+
```sql
19+
-- Replace with your ACTUAL example
20+
select 1
21+
from dual
22+
```
23+
24+
### Software Information:
25+
- JSqlParser version
26+
- Database (e. g. Oracle, MS SQL Server, H2, PostgreSQL, IBM DB2 )
27+
28+
### Tips:
29+
Please write in English and avoid Screenshots (as we can't copy and paste content from it).
30+
[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.
31+
Do provide Links or References to the specific Grammar and Syntax you are trying to use.

0 commit comments

Comments
 (0)