feat(jsqlparser): 首次提交

This commit is contained in:
2026-01-21 20:50:35 +08:00
commit dc8ea30850
461 changed files with 61538 additions and 0 deletions

View 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).
-->