diff options
Diffstat (limited to 'sqlite_context.go')
-rw-r--r-- | sqlite_context.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite_context.go b/sqlite_context.go index bfa03db..78ced18 100644 --- a/sqlite_context.go +++ b/sqlite_context.go @@ -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. |