diff options
Diffstat (limited to 'vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_omit.go')
-rw-r--r-- | vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_omit.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_omit.go b/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_omit.go index c510a15..f60da6c 100644 --- a/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_omit.go +++ b/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_omit.go @@ -4,6 +4,7 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +//go:build !sqlite_preupdate_hook && cgo // +build !sqlite_preupdate_hook,cgo package sqlite3 |