Skip to content

Commit 323a32b

Browse files
authored
Merge pull request #564 from GJRTimmer/fix/213
Fix #213
2 parents 9aa67ff + 79bf9ba commit 323a32b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlite3.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ package sqlite3
1515
#cgo CFLAGS: -DSQLITE_TRACE_SIZE_LIMIT=15
1616
#cgo CFLAGS: -DSQLITE_OMIT_DEPRECATED
1717
#cgo CFLAGS: -DSQLITE_DISABLE_INTRINSIC
18+
#cgo CFLAGS: -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT
1819
#cgo CFLAGS: -Wno-deprecated-declarations
1920
#ifndef USE_LIBSQLITE3
2021
#include <sqlite3-binding.h>

0 commit comments

Comments
 (0)