Skip to content

Commit e9b3b4c

Browse files
committed
Remove schema to fix #178
1 parent 6d045a2 commit e9b3b4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/SQLite.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ module SQLite
33
using Random, Serialization
44
using WeakRefStrings, DBInterface
55

6+
export DBInterface
7+
68
struct SQLiteException <: Exception
79
msg::AbstractString
810
end

src/tables.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ end
1717
getquery(r::Row) = getfield(r, :q)
1818

1919
Tables.isrowtable(::Type{Query}) = true
20-
Tables.schema(q::Query) = Tables.Schema(q.names, q.types)
2120

2221
Base.IteratorSize(::Type{Query}) = Base.SizeUnknown()
2322
Base.eltype(q::Query) = Row

0 commit comments

Comments
 (0)