Skip to content

Commit afc6130

Browse files
committed
Add small remark to docstring.
1 parent f9624b9 commit afc6130

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tables.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ The resultset iterator supports the [Tables.jl](https://github.com/JuliaData/Tab
150150
like `DataFrame(results)`, `CSV.write("results.csv", results)`, etc.
151151
152152
Passing `strict=true` to `DBInterface.execute` will cause the resultset iterator to return values of the exact type specified by SQLite.
153+
While more type-stable, determining the exact types of the results can be more expensive as it will iterate through each column to find the first non-NULL value to determine the type.
153154
"""
154155
function DBInterface.execute(
155156
stmt::Stmt,

0 commit comments

Comments
 (0)