| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix _auth_* parameter check•••Fixes: #724 | G.J.R. Timmer | 2019-08-22 | 1 | -1/+25 |
| * | 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 Trangoni | 2018-11-21 | 1 | -2/+2 |
| * | Rewrite Tests UserAuth•••* Removed Goconvey
* Fix coveralls.io | Gert-Jan Timmer | 2018-06-12 | 1 | -1231/+468 |
| * | Fix: test suite remove created files | Gert-Jan Timmer | 2018-06-05 | 1 | -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 Timmer | 2018-06-05 | 1 | -0/+244 |
| * | Update TestUserAuthentication*•••* Update goconvey profile
* Divided tests in categories
Reference #580 | Gert-Jan Timmer | 2018-06-04 | 1 | -53/+67 |
| * | Implemented goconvey for User Authentication Tests•••Reference #580 | Gert-Jan Timmer | 2018-06-04 | 1 | -153/+1040 |
| * | Add additional tests•••Reference: #580 | Gert-Jan Timmer | 2018-06-01 | 1 | -16/+141 |
| * | Stash•••[ci skip] | Gert-Jan Timmer | 2018-05-31 | 1 | -5/+49 |
| * | UPD: TestAuthCreateDatabase•••* Renamed test
* Implemented 'exists' test
* WIP #580 | Gert-Jan Timmer | 2018-05-31 | 1 | -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 Timmer | 2018-05-30 | 1 | -0/+39 |