Mickey Pearce

Results 20 comments of Mickey Pearce

Probably not related to your problem but: `"source.input": ["./Database/**/*.sql"],` should be enough as `**` means "any number of levels" in dirs.

I cannot reproduce this issue, it seems to work for me. Do you still have this problem, @Danieleeee ?

Yes, start fresh with a simpler project path (no blank spaces in project name, etc.) and default workspace configuration.

Agreed! It has been shipped together with Oradew not long ago as a dependency extension but I then removed it and let the user decide which language extension to use....

> Is plsql-language mantained? I wee that last commit was two years ago? and pending pull requests. It seems so. My impression is that the owner is still present (checks...

I checked the other his extension (local-history) and he was active in the last month ...

By symbols you mean Outline panel (Ctrl+Shift+o)? Idk it works for me, occasionally it breaks if I have some unusual code... "Go To Definition" (Ctrl+click) also works, Peek definition, function...

Yes, no problem, I think that SqlCl is set to execute by default, so no problem if some features don't work if you switch to sqlplus.

hej! Latest version of sqlcl has some additional liquibase fatures... https://www.thatjeffsmith.com/archive/2021/10/versions-21-3-of-sqlcl-ords-sqldev-web-now-available/

We already use a mapping for object types, I think we can extend it or create sth similar for luqibase: https://github.com/mickeypearce/oradew-vscode/blob/63727842aebfa67253d0d5f50b1d37514881a3a1/src/cli/common/dbobject.ts#L57-L78 https://github.com/mickeypearce/oradew-vscode/blob/63727842aebfa67253d0d5f50b1d37514881a3a1/src/cli/common/dbobject.ts#L140-L141 ... https://github.com/mickeypearce/oradew-vscode/blob/63727842aebfa67253d0d5f50b1d37514881a3a1/src/cli/common/dbobject.ts#L211