-
This plugin does not work on webpack applications. After doing some testing and looking into the source code of this project, Prism themselves say that this is because you should not call loadLanguage…
-
### Expected behavior
A forced type should also be applied to an attribute of a record that references a column whose type is overridden by a forced type.
Expected POJO:
```
private BigInteg…
-
Hi,
I've made a plugin to detect if a PL/SQL Block is missing a "/" at the end. This works well on most sql files I have, except on some very complex package bodies.
This is my rule code:
```
…
-
## Release 5.5.0
Hi community,
After last release, we have received a lot of feedback from users and developers. Now we plan to release the ShardingSphere 5.5.0 version these days, which has mad…
-
Similar to the [analysis for parser rules](https://github.com/antlr/grammars-v4/issues/3358), one can perform an analysis of unused lexer rules. However, the analysis needs to remove from consideratio…
-
Generating tests and coverage accurately with utPLSQL-cli can be quite challenging due to its mapping configuration, as illustrated in [this guide](https://github.com/felipebz/zpa/wiki/utPLSQL-integra…
-
First of all, thank you so much for this repo. Much appreciated.
The recommended Wiki Upgrade plugin fails with default settings (just installed Doku) with below erros:
Errors above! You s…
-
I am the author of vscode extension for [language plsql](https://github.com/zabel-xyz/plsql-language)
I am trying to use tree-sitter for navigation, symbol list (alternative of current regExpParser I…
-
I ran into some parse failures with a query including a `PIVOT` using `COUNT(*)`. I can reproduce it with the following simplistic query against v$session:
```sql
WITH SessionCTE AS
(
SELECT
…
-
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"…