Skip to content

Commit 13441f4

Browse files
Update bug_report.md (#1512)
Focus more on the particular SQL Statement and the JSQLParser Version. Link to the Online Formatter for testing.
1 parent 0cc2a29 commit 13441f4

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
---
2-
name: Bug report
2+
name: SQL Parser Error
33
about: Create a report to help us improve
4-
title: ''
4+
title: 'JSQLParser Version : RDBMS : failing feature description'
55
labels: ''
66
assignees: ''
77

88
---
99

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
10+
**Failing SQL Feature**
11+
- Brief description of the failing SQL feature
12+
- Example: `WITH ROLLUP` can't be parsed
1213

13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Example SQL
16-
2. Parsing this SQL using JSqlParser with this statements
17-
3. Exception
14+
**SQL Example**
15+
- Simplyfied Query Exmple, focusing on the failing feature
16+
```sql
17+
-- Replace with your ACTUAL example
18+
select 1
19+
from dual
20+
```
1821

19-
**Expected behavior**
20-
A clear and concise description of what you expected to happen.
21-
22-
**System**
23-
- Database you are using
24-
- Java Version
22+
**Software Information**
2523
- JSqlParser version
24+
- Database (e. g. Oracle, MS SQL Server, H2, PostgreSQL, IBM DB2 )
25+
26+
**Tipps**
27+
Please write in English and avoid Screenshots (as we can't copy paste content from it).
28+
[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.

0 commit comments

Comments
 (0)