Modified for windows support.
This commit is contained in:
@@ -14,8 +14,6 @@ static int
|
||||
_sqlite3_bind_blob(sqlite3_stmt *stmt, int n, void *p, int np) {
|
||||
return sqlite3_bind_blob(stmt, n, p, np, SQLITE_TRANSIENT);
|
||||
}
|
||||
|
||||
#cgo pkg-config: sqlite3
|
||||
*/
|
||||
import "C"
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user