language-oracle icon indicating copy to clipboard operation
language-oracle copied to clipboard

Language spec for Atom converted from TextMate bundle

Results 10 language-oracle issues
Sort by recently updated
recently updated
newest added

On large package body Atom will freeze on loading a file. If I disable language-plsql (tried 1.5-1.6.2) the file loads fine. Also tested using language-sql and the file loads fine.

Suggest replace the current regex match for `collect` with `(bulk\s+)?collect`

![image](https://user-images.githubusercontent.com/1747643/29417191-58807258-8336-11e7-9880-544721350b8a.png) SQL dev: ![image](https://user-images.githubusercontent.com/1747643/29417215-6c3ab7d6-8336-11e7-9772-68e99252e522.png)

After a certain point, the list of arguments stops getting highlighted. ![image](https://cloud.githubusercontent.com/assets/1747643/19946912/ea190e20-a199-11e6-8c45-bc63ccd999db.png) ![image](https://cloud.githubusercontent.com/assets/1747643/19946880/ceb11010-a199-11e6-8aca-f9602952e6fd.png) This is an e.g. argument list for view columns. I don't think this is specific to this...

wontfix

Reported in #36 ![](https://cloud.githubusercontent.com/assets/22676820/24095886/6e6f3b5a-0d5f-11e7-895d-cc5e30c6c163.png) Need to try a few different scenarios and a few different syntaxes to see the behaviour. Also, a recent change added function matching to generic function...

There are still some missing ... ![image](https://cloud.githubusercontent.com/assets/22676820/24095862/4fe46138-0d5f-11e7-9b26-b6fd29961daa.png) ![image](https://cloud.githubusercontent.com/assets/22676820/24095866/59b89274-0d5f-11e7-89b2-127ad167819c.png) ![image](https://cloud.githubusercontent.com/assets/22676820/24095868/638c902a-0d5f-11e7-9cc3-cdbef83024ea.png) ![image](https://cloud.githubusercontent.com/assets/22676820/24095886/6e6f3b5a-0d5f-11e7-895d-cc5e30c6c163.png)

As originally reported in https://github.com/OraOpenSource/language-oracle/issues/31#issuecomment-273057604

SQL files should not always map to PL/SQL.

bug
wontfix
back log

Initially based on [this discussion](https://github.com/OraOpenSource/language-oracle/commit/ca5c05c3863a739e21325fc27d42d3e01c815372#commitcomment-14261255) Instead of manually generating the information for oracle packages and their methods we can generate them dynamically. @tschf pointed out that some of the procedures...

enhancement
grammar

Linguist is the repo that maintains what language code files hosted on GitHub are. Currently it references the text mate bundle this repo was based off, as the syntaxes expand...

back log