Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build with "go tool" and hackishly bundle code from same package into one ↵ | EuAndreh | 2024-08-12 | 1 | -85/+0 |
| | | | | file each | ||||
* | go fmt ./... | Yasuhiro Matsumoto | 2024-01-25 | 1 | -0/+1 |
| | |||||
* | change angle bracket import to quotes (#868) | Hanzhen Yi | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | Fix #860 extenstion entry bug (#861) | Yunus Ayar | 2020-10-02 | 1 | -1/+1 |
| | | | Fix overshadowing of entrypoint variable. | ||||
* | report actual error message if sqlite3_load_extension fails (#800) | rittneje | 2020-04-16 | 1 | -12/+26 |
| | | | | | | | * report actual error message if sqlite3_load_extension fails * more fixes and test cases Co-authored-by: Jesse Rittner <jrittner@lutron.com> | ||||
* | Add build constraints for non cgo | Yasuhiro Matsumoto | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | fmt update | Gert-Jan Timmer | 2018-05-27 | 1 | -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 failed | Yasuhiro Matsumoto | 2017-03-21 | 1 | -0/+1 |
| | |||||
* | go vet && golint | Yasuhiro Matsumoto | 2016-11-05 | 1 | -0/+1 |
| | |||||
* | update amalgamation code | Yasuhiro Matsumoto | 2016-08-11 | 1 | -0/+4 |
| | |||||
* | Expose LoadExtension with entry point | Zbigniew Mandziejewicz | 2016-04-18 | 1 | -0/+24 |
| | |||||
* | introduce ability to pass sqlite_omit_load_extension | Jessica Frazelle | 2015-09-04 | 1 | -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> |