We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3d2cd commit fcb1f58Copy full SHA for fcb1f58
test/runtests.jl
@@ -1896,7 +1896,7 @@ end
1896
end
1897
1898
@testset "DBInterface integration" begin
1899
- conn = DBInterface.connect("dbname=postgres user=$DATABASE_USER")
+ conn = DBInterface.connect(LibPQ.Connection, "dbname=postgres user=$DATABASE_USER")
1900
@test conn isa LibPQ.Connection
1901
1902
result = DBInterface.execute(
0 commit comments