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 198468b commit ddd840bCopy full SHA for ddd840b
src/old_ui.jl
@@ -55,8 +55,8 @@ type SQLiteStmt{T}
55
sql::T
56
end
57
58
-sqliteprepare(db,sql,stmt,null) =
59
- @CHECK db sqlite3_prepare_v2(db.handle,utf8(sql),stmt,null)
+# sqliteprepare(db,sql,stmt,null) =
+# @CHECK db sqlite3_prepare_v2(db.handle,utf8(sql),stmt,null)
60
sqliteprepare(db::SQLiteDB{UTF16String},sql,stmt,null) =
61
@CHECK db sqlite3_prepare16_v2(db.handle,utf16(sql),stmt,null)
62
0 commit comments