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

DB connection #9

Open
Danieleeee opened this issue Apr 17, 2017 · 7 comments
Open

DB connection #9

Danieleeee opened this issue Apr 17, 2017 · 7 comments

Comments

@Danieleeee
Copy link

Is possible to have the Oracle DB connection like mssql and vscode-database exstensions do?

@zabel-xyz
Copy link
Owner

zabel-xyz commented Apr 17, 2017

That would be great ! ...
I already thought of doing something like that, auto-complete list of tables, fields, procedures through a DB connection..
But I do not have enough time to do that right now. Perhaps an improvement for the future...
But you or someone else can always suggest a PR to do that...

@Danieleeee
Copy link
Author

Danieleeee commented May 16, 2017

Oracle Database driver for Node.js maintained by Oracle Corp.
https://github.com/oracle/node-oracledb

@Danieleeee
Copy link
Author

Can you transfer this Sublime extension sublime-sqlexec in VSCode with Yeoman?
With it you can connect to Oracle DB and make query an so on...

@Danieleeee
Copy link
Author

Can see Oradew extension

@zabel-xyz
Copy link
Owner

I'm going to implement a connection via https://github.com/oracle/node-oracledb...

@Danieleeee
Copy link
Author

Danieleeee commented Sep 30, 2018

Hi,
regarding auto-complete list (or selects), can you consider the possibility to enable the functionality also on different schemes of the same DB SID?
For example:
I am in the "SVIL" DB with 3 schemas (ute1, ute2, ute3).
if I am logged in as "ute1" and I write the name of a table / procedure that is on ute2 but not in ute1, autocompletion should still propose the results.

Thanks and good job

@zabel-xyz
Copy link
Owner

Version 1.6.0: first feature with oracleDB connection - Run current command (No auto-completion yet)
To activate it plsql-language.oracleConnection.enable
For information, see readme

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

No branches or pull requests

2 participants