aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_load_extension_omit.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-25/+0
| | | | file each
* go fmt ./...Yasuhiro Matsumoto2024-01-251-0/+1
|
* Add build constraints for non cgoYasuhiro Matsumoto2019-11-181-1/+1
|
* ADD: User authenticationGert-Jan Timmer2018-05-301-0/+24
* User Authentication Implementation * Rename file to conform to fileformat `sqlite3_*_omit.go` * Updated sqlite3-binding.* with new upgrade tool * Add: callbackRetNil required for error type return because of adding `RegisterFunc`s directly on the connection. * Add: TestCreateAuthDatabase