-
Hi!
This code causes a parse error (zpa version 3.3.0):
```
procedure test is
except exception;
begin
null;
end test;
```
```
org.sonar.plugins.plsqlopen.api.sslr.RecognitionExcept…
-
**Input data**
Which SQL and options did you provide as input?
```sql
select * from test.[User]
```
**Actual Output**
```sql
none result
```
**Console Output**
```res
Uncaught E…
zbenj updated
9 months ago
-
I just had a look at https://github.com/trending?l=gap and noticed that the top projects there are not using GAP at all, but rather are misdetected. They all seem to be using something called "G-code"…
-
**Motivation**
Themes depend on Prism producing tokens with specific types (or aliases). Right now, we do not guarantee or document any of those types.
**Description**
Document all standard token…
-
This is a proposal to introduce a property which specifies what syntax highlighting rules the editor
should apply for matched files.
``` ini
syntax: name
```
## Examples
``` ini
[*]
synta…
-
**Version**
4.0.0-beta.4.9
**The Type of SQL**
MySQL
**Your Code**
[从文档中复制的代码](https://github.com/DTStack/dt-sql-parser/blob/main/README-zh_CN.md#:~:text=...%0A%5D%0A*/-,%E8%AE%BF%E9%97%AE%E8…
-
**Bug description**
When importing an Kiuwan CSV report via command line the import fails, because of several issues:
- The parser expects a column named `Vulnerability type`, but it is called `Soft…
-
This is a possible problem with the TypeScript target. It is best demonstrated by the [plsql grammar](https://github.com/antlr/grammars-v4/tree/5792cf2ddf4a70933a6f0fec051a34fa3d9655f4/sql/plsql). Thi…
-
使用
```
DbhubSQLParserUtils.splitAndRemoveComment(sql, DbType.oracle);
```
解析
```
DECLARE
CURSOR my_cursor IS SELECT column1, column2 FROM my_table;
-- Declare variables to hold column va…
-
**The Type of SQL**
mysql
**Your Code**
import { GenericSQL, SqlParserVisitor } from "dt-sql-parser";
**Problem**
export 'SqlParserVisitor' (imported as 'SqlParserVisitor') was not found in…