| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
file each
|
| |
|
|
|
| |
Fixes: #724
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
* Removed Goconvey
* Fix coveralls.io
|
| |
|
|
|
| |
Allow user to choose how to encode passwords with connection string overrides of embedded `sqlite_crypt` function.
|
|
|
|
|
|
| |
* Update goconvey profile
* Divided tests in categories
Reference #580
|
|
|
| |
Reference #580
|
|
|
| |
Reference: #580
|
|
|
| |
[ci skip]
|
|
|
|
|
| |
* Renamed test
* Implemented 'exists' test
* WIP #580
|
|
* 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
|