Matheus Teixeira
Matheus Teixeira
Any update on this?
which VSCode version are you using? is it a remote development setup? are you connecting to docker database? Can you provide more info? If possible, follow the template here: https://github.com/mtxr/vscode-sqltools/blob/master/.github/ISSUE_TEMPLATE/bug_report.md...
is it working if you type the path manually? It's a bit hard for me to test remote fs right now, maybe next week. but it should be working with...
If someone want to try it, here is where we handle the paths: https://github.com/mtxr/vscode-sqltools/blob/master/packages/driver.sqlite/src/extension.ts#L45
makes perfect sense to me @gjsjohnmurray . let's go for it. The more we can focus on the extension the best. The community should be the best source to support...
Please, take a look at this issue: https://github.com/mysqljs/mysql/issues/1683 Apparently DELIMITER is a command to mysql-cli and not a mysql syntax, so it's not part of the driver we are using....
Created a project to check individual issues. https://github.com/mtxr/vscode-sqltools/projects/5?add_cards_query=is%3Aopen
@gjsjohnmurray most of the DB tools I see they list all databases. The idea of having a target database is meant just for having default queries targeting that database, that...
published
@ariel-bentu can you take a look at this?