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 6d045a2 commit e9b3b4cCopy full SHA for e9b3b4c
src/SQLite.jl
@@ -3,6 +3,8 @@ module SQLite
3
using Random, Serialization
4
using WeakRefStrings, DBInterface
5
6
+export DBInterface
7
+
8
struct SQLiteException <: Exception
9
msg::AbstractString
10
end
src/tables.jl
@@ -17,7 +17,6 @@ end
17
getquery(r::Row) = getfield(r, :q)
18
19
Tables.isrowtable(::Type{Query}) = true
20
-Tables.schema(q::Query) = Tables.Schema(q.names, q.types)
21
22
Base.IteratorSize(::Type{Query}) = Base.SizeUnknown()
23
Base.eltype(q::Query) = Row
0 commit comments