Skip to content

Commit 765f6e9

Browse files
committed
Update prefix of build tags to sqlite_
* Keep current build tags backwards compliant * Added alias for `sqlite_json1` => `sqlite_json`
1 parent 6f78e03 commit 765f6e9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sqlite3_opt_fts5.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build fts5
5+
// +build sqlite_fts5 fts5
66

77
package sqlite3
88

sqlite3_opt_icu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build icu
5+
// +build sqlite_icu icu
66

77
package sqlite3
88

sqlite3_opt_json1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build json1
5+
// +build sqlite_json sqlite_json1 json1
66

77
package sqlite3
88

sqlite3_opt_vtable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build vtable
5+
// +build sqlite_vtable vtable
66

77
package sqlite3
88

sqlite3_opt_vtable_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build vtable
5+
// +build sqlite_vtable vtable
66

77
package sqlite3
88

0 commit comments

Comments
 (0)