-
e.g. : Concat columns function
```SQL
CREATE OR REPLACE TYPE cx_string_concat AS OBJECT (
ps_string_so_far VARCHAR2 (32767),
ps_delimiter VARCHAR2 (10), --if 10 characters isn't…
-
Hey there,
i was just set on a new Project to find a difftool for PLSQL and i recently found gumtree. I already have the antlr4 grammar and parser for PLSQL and have a python script to generate an …
-
It looks like PL/SQL grammar (https://github.com/antlr/grammars-v4/tree/master/sql/plsql) supports some generic / abstract version, because there is only one version available AFAIK.
Could you spec…
-
Hi, first of all congratulations for this awesome project.
My question is if there is any way to use toolkit in CLI mode? Passing a sql file as input and getting a AST as output in XML or JSON. Som…
-
**Is your feature request related to a problem? Please describe.**
Yes, the current `ruleset_2_0_0.xsd` schema enforces the presence of the `` element in each ruleset file by setting `minOccurs="1"`.…
-
There is a deprecation warning in Rails 7 raised by https://github.com/rsim/ruby-plsql/blob/master/lib/plsql/schema.rb#L103
`ar_class.default_timezone` is equivalent to `ActiveRecord::Base.default_…
-
Vorax needs a pl/sql debugger interface.
Leader-t create a test script
Leader-d (:VoraxDebug) debug - start debugging
Leader-s step
Leader-o over
Leader-i into
Leader-r run/continue
Leader-w watc…
-
1. unsupported of DDL operation, such as Create/Drop/Alter table...
2. unsupported of AS Alias
3. unsupported of syntax "with as" sub table
4. unsupported the standard join syntax INNER/LEFT/RIGHT JO…
-
[https://www.cnblogs.com/skylumia/p/4685326.html](https://www.cnblogs.com/skylumia/p/4685326.html)
查询某条,修改某字段以后再插入
>主要用到 _**‘B0’ as TRAN—TP**_
insert into apstfr.tbl_mgm_mcht_map_inf selec…
-
```
FORALL SAVE EXCEPTIONS language construct
```
Original issue reported on code.google.com by `cioca...@googlemail.com` on 4 Mar 2013 at 11:25