aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_opt_userauth.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-295/+0
| | | | file each
* fix: some typospomadev2024-02-221-1/+1
|
* go fmt ./...Yasuhiro Matsumoto2024-01-251-15/+21
|
* change angle bracket import to quotes (#868)Hanzhen Yi2021-10-261-1/+1
|
* Update User AuthenticationGert-Jan Timmer2018-06-011-32/+104
| | | | | | * Update bindings * Add user authentication sql functions Reference #579
* StashGert-Jan Timmer2018-05-311-6/+28
| | | [ci skip]
* UPD: User AuthenticationGert-Jan Timmer2018-05-311-0/+27
| | | | | Implemented table check; only activate User Authentication on a database which has no UA enabled. Closes #582
* Fix: Free memoryGert-Jan Timmer2018-05-311-4/+45
|
* ADD: User authenticationGert-Jan Timmer2018-05-301-0/+127
* 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