aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_opt_userauth_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix misspell issues.•••See, $ gometalinter --vendor --disable-all --enable=misspell ./... sqlite3.go:1379:45:warning: "succesfully" is a misspelling of "successfully" (misspell) sqlite3.go:1390:30:warning: "registerd" is a misspelling of "registered" (misspell) sqlite3_func_crypt.go:16:27:warning: "ceasar" is a misspelling of "caesar" (misspell) sqlite3_func_crypt.go:43:59:warning: "Ceasar" is a misspelling of "Caesar" (misspell) sqlite3_opt_userauth_test.go:450:27:warning: "succesful" is a misspelling of "successful" (misspell) sqlite3_opt_userauth_test.go:456:27:warning: "succesful" is a misspelling of "successful" (misspell) Mario Trangoni2018-11-211-2/+2
* Rewrite Tests UserAuth•••* Removed Goconvey * Fix coveralls.ioGert-Jan Timmer2018-06-121-1231/+468
* Fix: test suite remove created filesGert-Jan Timmer2018-06-051-5/+33
* ADD: User Authentication Password Encoders•••Allow user to choose how to encode passwords with connection string overrides of embedded `sqlite_crypt` function.Gert-Jan Timmer2018-06-051-0/+244
* Update TestUserAuthentication*•••* Update goconvey profile * Divided tests in categories Reference #580Gert-Jan Timmer2018-06-041-53/+67
* Implemented goconvey for User Authentication Tests•••Reference #580Gert-Jan Timmer2018-06-041-153/+1040
* Add additional tests•••Reference: #580Gert-Jan Timmer2018-06-011-16/+141
* Stash•••[ci skip]Gert-Jan Timmer2018-05-311-5/+49
* UPD: TestAuthCreateDatabase•••* Renamed test * Implemented 'exists' test * WIP #580Gert-Jan Timmer2018-05-311-9/+10
* ADD: User authentication•••* 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 Gert-Jan Timmer2018-05-301-0/+39