-
subquery
https://github.com/phartenfeller/plsql-parser/blob/e5114b9f7c2af372c8200076b7b664665d268515/chevrotain/rules.js#L594
```javascript
// TODO order by
// TODO group by
// TODO ha…
-
join
https://github.com/phartenfeller/plsql-parser/blob/e5114b9f7c2af372c8200076b7b664665d268515/chevrotain/rules.js#L584
```javascript
// TODO with clause
// TODO join
// TODO order …
-
Create a parser for the CurrentPowerlog.PLSQL file which contains application usage data. It can be obtained from an iOS sysdiagnose dump at
`/logs/powerlogs/powerlog_YYYY-MM-DD_XXXXXXXX.PLSQL`
…
-
Hi,
After upgrade from version 1.0.4 to 2.4.0 the same code results in a ORA-04030: out of process memory (4 GB)
Full error description:
ORA-04030: out of process memory when trying to allocate…
-
- Grammar model
- Grammar graph
- Finite state machine by terminals
- Grammar-based parser
-
There are useless parentheses spread across many grammars in the repo, which I've been trying to correct. Here is a list as produced by a Trash script (see the following comments).
This is the scri…
-
The CI workflow takes a couple of hours. For most cases, e.g., update to a single grammar, it should not. The build should only test what was really changed, even if the skip lists were altered.
-
Hi
we're using your awesome package in our product and we're thankful for your good work here
as our developers try to call an stored program with out parameter, we face the same issue when we forget …
-
`ruby-oci8` must be also added for oracle connection to work. The gem is missing from default `Gemfile`.
### Steps to reproduce
```
$ rails new rails-ora-02014 --database=oracle
create
…
-
Issue:
Need a language-agnostic PostgreSQL grammar so it can be used to generate different target languages
Proposal
Took the liberty to download the current grammar (specific to C#) remove all a…