| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Mention correct algorithm in function docs.•••CryptEncoder SHA384 and SHA512 variants (with and without salt) were incorrectly documented as using SHA256. | Israel G. Lugo | 2018-09-16 | 1 | -4/+4 |
| * | 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/+120 |