aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_load_extension.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fmt updateGert-Jan Timmer2018-05-271-0/+1
| | | | | | Fix: Placed all +build tags in the same location Fix: Split CFLAGS, LDFLAGS into seperate lines for readability and lookup Fix: Placed empty line between copyright comments and build tags for readability Fix: Placed OS specfic cgo flags at the end if the cgo sections contains multiple lines.
* disable extension when loading failedYasuhiro Matsumoto2017-03-211-0/+1
|
* go vet && golintYasuhiro Matsumoto2016-11-051-0/+1
|
* update amalgamation codeYasuhiro Matsumoto2016-08-111-0/+4
|
* Expose LoadExtension with entry pointZbigniew Mandziejewicz2016-04-181-0/+24
|
* introduce ability to pass sqlite_omit_load_extensionJessica Frazelle2015-09-041-0/+39
sqlite_omit_load_extension is a go build tag which behaves much like its C counterpart SQLITE_OMIT_LOAD_EXTENSION Signed-off-by: Jessica Frazelle <acidburn@docker.com>