This commit is contained in:
Yasuhiro Matsumoto
2017-03-05 21:05:28 +09:00
parent f238067266
commit 0ff13e6771
2 changed files with 8 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ import (
const i64 = unsafe.Sizeof(int(0)) > 4
// SQLiteContext behave sqlite3_context
type SQLiteContext C.sqlite3_context
// ResultBool sets the result of an SQL function.