Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More SQL enhancements #159

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

More SQL enhancements #159

wants to merge 3 commits into from

Conversation

tschf
Copy link
Contributor

@tschf tschf commented Apr 10, 2017

File extensions

Just updating to what has been contributed to the language-oracle language spec, as far as file extensions go. See here.

I double checked each in the lib/.ctags to make sure none were duplicates.

I've also changed the order so that they are organised alphabetically.

Prototypes and records

I found that procedures and function symbols weren't being parsed in package specs. Consider the following:

image

I have since learnt that ctags disables some symbol types by default, as per:

trent@birroth:~$ ctags --list-kinds=SQL
c  cursors
d  prototypes [off]
f  functions
F  record fields
l  local variables [off]
L  block label
P  packages
p  procedures
r  records [off]
s  subtypes
t  tables
T  triggers
v  variables
i  indexes
e  events
U  publications
R  services
D  domains
V  views
n  synonyms
x  MobiLink Table Scripts
y  MobiLink Conn Scripts
z  MobiLink Properties

I decided it was a good idea to enable both prototypes and records, but local variables weren't necessary to be enabled.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant