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

Can't create a SQLite connection using the connection assistant in remote development #421

Closed
liatbor opened this issue Oct 24, 2019 · 4 comments
Assignees
Labels
feature request New issue opened using "Feature request" template

Comments

@liatbor
Copy link

liatbor commented Oct 24, 2019

When creating a new SQLite connection using the connection assistant I need to provide a database file. Currently the way to choose the file is to click on the "Database file" field which opens a browse window to select the file from my local machine. However in a remote development scenario the file is not located on my local machine but reside in remote workspace

It should be allowed to provide the path to the file as text or to browse the remote workspace.

Sqltools

  • SQLTools Version v0.21
  • VSCode Version: 1.37.1
  • Dialect Used/Version: SQLite
  • OS: Mac

Thanks!

@liatbor liatbor added the triage label Oct 24, 2019
@mtxr
Copy link
Owner

mtxr commented Oct 24, 2019

@liatbor thanks!

In fact remote development is something I haven't tested the extension yet.

Would you like to contribute on this testing/development?

@mtxr mtxr added the feature request New issue opened using "Feature request" template label Oct 25, 2019
@mtxr mtxr self-assigned this Oct 25, 2019
@mtxr mtxr closed this as completed in 41537e2 Oct 25, 2019
@liatbor
Copy link
Author

liatbor commented Oct 27, 2019

@mtxr you're too quick for me :)

@majordoobie
Copy link

I see the commit was made - but how do I specify a remote path? =o

@GeorgFoc
Copy link

GeorgFoc commented Aug 5, 2020

Just in case anyone winds up here, here's the solution:

You have to wright the path in relative form from your workspace. So something like:
./instance/db.sqlite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New issue opened using "Feature request" template
Projects
None yet
Development

No branches or pull requests

4 participants