diff options
author | mattn <mattn.jp@gmail.com> | 2018-05-24 10:34:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-24 10:34:43 +0900 |
commit | 323a32be5a2421b8c7087225079c6c900ec397cd (patch) | |
tree | 0f8a0d339d9e0339299598287917cccd1427c060 | |
parent | Merge pull request #566 from GJRTimmer/fix/deprecated (diff) | |
parent | ADD: SQLITE_ENABLE_UPDATE_DELETE_LIMIT (diff) | |
download | golite-323a32be5a2421b8c7087225079c6c900ec397cd.tar.gz golite-323a32be5a2421b8c7087225079c6c900ec397cd.tar.xz |
Merge pull request #564 from GJRTimmer/fix/213
Fix #213
-rw-r--r-- | sqlite3.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ package sqlite3 #cgo CFLAGS: -DSQLITE_TRACE_SIZE_LIMIT=15 #cgo CFLAGS: -DSQLITE_OMIT_DEPRECATED #cgo CFLAGS: -DSQLITE_DISABLE_INTRINSIC +#cgo CFLAGS: -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT #cgo CFLAGS: -Wno-deprecated-declarations #ifndef USE_LIBSQLITE3 #include <sqlite3-binding.h> |