You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 inpostgresql.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!
The text was updated successfully, but these errors were encountered: