Skip to content

Commit de217e4

Browse files
committed
Add: SQLITE_ALLOW_URI_AUTHORITY
1 parent ba97a23 commit de217e4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sqlite3_opt_allow_uri_authority.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright (C) 2014 Yasuhiro Matsumoto <[email protected]>.
2+
//
3+
// Use of this source code is governed by an MIT-style
4+
// license that can be found in the LICENSE file.
5+
// +build allow_uri_authority
6+
7+
package sqlite3
8+
9+
/*
10+
#cgo CFLAGS: -DSQLITE_ALLOW_URI_AUTHORITY
11+
#cgo LDFLAGS: -lm
12+
*/
13+
import "C"

0 commit comments

Comments
 (0)