-
I used gramma : https://github.com/porcelli/plsql-parser. For Java target it is compiled and work.
1)
At first I rewrited this gramma for C target. I tried to generate C code using antlr 3.3, but got …
-
Does function clob_to_csv ( orc/csv_util_pkg.pkb ) support quoted newline characters? (LF|CRLF, \n|\r\n)
https://datatracker.ietf.org/doc/html/rfc4180#page-2
"escaped = DQUOTE *(TEXTDATA / COMM…
-
When i use the g4 file https://github.com/antlr/grammars-v4/blob/master/sql/plsql/PlSqlParser.g4
and parse the sql like below
```sql
CREATE OR REPLACE PROCEDURE p
AUTHID DEFINER IS
i PLS_…
-
- [ ] 简历页 展示简历内容
- [ ] SQL处理 by antlr4,分析数据流
1. [x] 展示LISP树
2. [ ] 分析SQL,梳理数据流
- [ ] 实现单点登录
- [ ] 权限控制与身份控制
- [ ] 定时任务器 启停中断续做
- [x] docker安装openguass
- [ ] 自动报表
- [x] 使用tdh pl 方言
2…
-
This `postgresql` query
```sql
SELECT CAST(unanswered_count/question_count AS numeric) AS computed_pct, unanswered_pct
FROM stackoverflow
WHERE question_count != 0;
```
generates a clean AS…
-
I am trying to write a custom rule to implement TableName check,
But I am facing compilation errors. Please suggest how to achieve this.
ERROR:
C:\myfiles\zpa-Latest>gradlew build -p plsql-cust…
-
During developing my fork [YANTLR](https://github.com/KvanTTT/yantlr) I've encountered, that ranges can be implemented not only for character, but for tokens too. It's extremely useful to use this fea…
-
`REM`, `REMARK`, `PRO`, `PROMPT`
These words cannot be a identifier. such as
```sql
SELECT REMARK FROM T1
```
This sql will be parsed error in Antlr. But it is a correct sql in Oracle.
I check…
-
Hi
I am calling utplsql-cli via GitHub Actions on a runner server on OCI as ADMIN user. I pass in multiple schemas to be processed and am writing the documentation to a file and coverage html to a f…
-
### Search first
- [X] I searched and no similar issues were found
### Description
Right now Liquibase ships with a defined set of parsers: XML, YAML, JSON, and SQL.
As of right now, each of tho…