Skip to content

Commit c774148

Browse files
committed
Extend Base.clear
1 parent ad412a1 commit c774148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SQLite.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export @sr_str, @register, register
9393
9494
clears any bound values to a prepared SQL statement.
9595
"""
96-
function clear!(stmt::Stmt)
96+
function Base.clear!(stmt::Stmt)
9797
sqlite3_clear_bindings(stmt.handle)
9898
return
9999
end

0 commit comments

Comments
 (0)