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

Error: missing port in address using sqlite #220

Closed
markuman opened this issue Jun 12, 2024 · 1 comment · Fixed by #221
Closed

Error: missing port in address using sqlite #220

markuman opened this issue Jun 12, 2024 · 1 comment · Fixed by #221
Assignees
Labels
kind/bug Something isn't working

Comments

@markuman
Copy link

dblab --url 'file:test.db?cache=shared&mode=memory'
....
Error: missing port in address

using 0.24.1

@danvergara
Copy link
Owner

danvergara commented Jun 12, 2024

I couldn't reproduce the error but I stumbled upon a new one that you should come across with this command.

Remove those query parameters, because we changed the sqlite driver while ago and the new one requires a new set of parameters. Please, check out the PR to see if that helps you out with this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants