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.
2 parents a7aa62b + 3d63ffe commit 5cdf8d9Copy full SHA for 5cdf8d9
test/runtests.jl
@@ -12,7 +12,7 @@ a = SQLite.DB()
12
temp = tempname()
13
SQLite.DB(temp)
14
15
-db = SQLite.DB(joinpath(Pkg.dir("SQLite"),"test/Chinook_Sqlite.sqlite"))
+db = SQLite.DB(joinpath(dirname(@__FILE__),"Chinook_Sqlite.sqlite"))
16
17
so = SQLite.Source(db,"SELECT name FROM sqlite_master WHERE type='table';")
18
ds = Data.stream!(so,DataFrame)
0 commit comments