We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aa67ff + 79bf9ba commit 323a32bCopy full SHA for 323a32b
sqlite3.go
@@ -15,6 +15,7 @@ package sqlite3
15
#cgo CFLAGS: -DSQLITE_TRACE_SIZE_LIMIT=15
16
#cgo CFLAGS: -DSQLITE_OMIT_DEPRECATED
17
#cgo CFLAGS: -DSQLITE_DISABLE_INTRINSIC
18
+#cgo CFLAGS: -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT
19
#cgo CFLAGS: -Wno-deprecated-declarations
20
#ifndef USE_LIBSQLITE3
21
#include <sqlite3-binding.h>
0 commit comments