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

[BUG] SQLite Connection Error in Passing kwarg, file_path #6

Open
TheCedarPrince opened this issue Mar 15, 2023 · 0 comments
Open

[BUG] SQLite Connection Error in Passing kwarg, file_path #6

TheCedarPrince opened this issue Mar 15, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@TheCedarPrince
Copy link
Collaborator

As I was working with the SQLite interface for DBConnector, it seems as though the connection string is not being built correctly. What I think should happen is that we make this more generalizable like the _dbconnect call to the LibPQ based dispatch we have in postgresql.jl:

https://github.com/JuliaDatabases/DBConnector.jl/blob/526ca4846cd70e2d0bbd7f2b048b587b58450d48/src/postgresql.jl#LL7-L17

Strange though as I thought this was working properly. This could be due to perhaps an uncomitted change or implementation error on my part!

@TheCedarPrince TheCedarPrince added bug Something isn't working help wanted Extra attention is needed labels Mar 15, 2023
@Farreeda Farreeda mentioned this issue Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant