| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
file each
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
| |
CryptEncoder SHA384 and SHA512 variants (with and without salt) were incorrectly documented as using SHA256.
|
|
Allow user to choose how to encode passwords with connection string overrides of embedded `sqlite_crypt` function.
|