aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2018-05-24 10:34:43 +0900
committerGitHub <noreply@github.com>2018-05-24 10:34:43 +0900
commit323a32be5a2421b8c7087225079c6c900ec397cd (patch)
tree0f8a0d339d9e0339299598287917cccd1427c060
parentMerge pull request #566 from GJRTimmer/fix/deprecated (diff)
parentADD: SQLITE_ENABLE_UPDATE_DELETE_LIMIT (diff)
downloadgolite-323a32be5a2421b8c7087225079c6c900ec397cd.tar.gz
golite-323a32be5a2421b8c7087225079c6c900ec397cd.tar.xz
Merge pull request #564 from GJRTimmer/fix/213
Fix #213
-rw-r--r--sqlite3.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3.go b/sqlite3.go
index 312ded9..1cbb17b 100644
--- a/sqlite3.go
+++ b/sqlite3.go
@@ -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>