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

Help to configure SQLtools multiple queries #1413

Open
mlinsjr opened this issue Dec 13, 2024 · 0 comments
Open

Help to configure SQLtools multiple queries #1413

mlinsjr opened this issue Dec 13, 2024 · 0 comments
Labels

Comments

@mlinsjr
Copy link

mlinsjr commented Dec 13, 2024

Help to configure SQLtools
I need help to run blocks of queries using Linux ubuntu / Mysql-MariaDB driver acessing a database.

When i run each part separated or acessing any table it works.
if i run all the block in the result of the select appears "no data"

To Reproduce
SET @var = '%maria%';
SELECT @var;
SELECT * FROM person WHERE name LIKE @var;

Desktop (please complete the following information):

  • SQLTools Version [v0.28.3]
  • VS Code Version: [(v 1.95.3)]
  • OS: [Linux Ubuntu 20.04.6 LTS ]
  • Driver MySQL/MariaDB - (v 0.6.3)
  • Database version: [10.3.39-MariaDB-log ]

Additional context
I thought it could be some configuration to delimiter but i don't know how to do it

@mlinsjr mlinsjr added the triage label Dec 13, 2024
@mlinsjr mlinsjr changed the title Help to get multiple query results using Linux, vscode, SQLToos and Mysql driver (v 0.6.3) acessing a database. Help to get multiple query results using Linux, vscode, SQLTools and Mysql driver (v 0.6.3) acessing a database. Dec 13, 2024
@mlinsjr mlinsjr changed the title Help to get multiple query results using Linux, vscode, SQLTools and Mysql driver (v 0.6.3) acessing a database. Help to get multiple query results using Linux, vscode, SQLTools and Mysql driver acessing a database. Dec 13, 2024
@mlinsjr mlinsjr changed the title Help to get multiple query results using Linux, vscode, SQLTools and Mysql driver acessing a database. Ajuda para configurar SQLtools Dec 18, 2024
@mlinsjr mlinsjr changed the title Ajuda para configurar SQLtools Help to connfigure SQLtools Dec 18, 2024
@mlinsjr mlinsjr changed the title Help to connfigure SQLtools Help to configure SQLtools Dec 18, 2024
@mlinsjr mlinsjr changed the title Help to configure SQLtools Help to configure SQLtools multiple queries Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant