Skip to content

Commit 99e127f

Browse files
authored
Merge pull request #34 from rqlite/enable-preupdate-hook
Always compile and test preupdate hook
2 parents ed04a34 + 30e9018 commit 99e127f

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

sqlite3_opt_preupdate_hook.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// Use of this source code is governed by an MIT-style
55
// license that can be found in the LICENSE file.
66

7-
//go:build sqlite_preupdate_hook
8-
// +build sqlite_preupdate_hook
9-
107
package sqlite3
118

129
/*

sqlite3_opt_preupdate_hook_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// Use of this source code is governed by an MIT-style
55
// license that can be found in the LICENSE file.
66

7-
//go:build sqlite_preupdate_hook
8-
// +build sqlite_preupdate_hook
9-
107
package sqlite3
118

129
import (

sqlite3_opt_preupdate_omit.go

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)