Updated to Crystal 0.19.0

This commit is contained in:
Ary Borenszweig 2016-09-03 18:41:06 -03:00
parent f70c1d89e2
commit 0396d63771
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: sqlite3
version: 0.5.0
version: 0.6.0
dependencies:
db:

View File

@ -14,7 +14,6 @@ lib LibSQLite3
alias Callback = (Void*, Int32, UInt8**, UInt8**) -> Int32
fun open = sqlite3_open_v2(filename : UInt8*, db : SQLite3*) : Int32
fun open_v2 = sqlite3_open_v2(filename : UInt8*, db : SQLite3*, flags : ::SQLite3::Flag, zVfs : UInt8*) : Int32
fun errcode = sqlite3_errcode(SQLite3) : Int32