Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build with "go tool" and hackishly bundle code from same package into one ↵ | EuAndreh | 2024-08-12 | 1 | -295/+0 |
| | | | | file each | ||||
* | fix: some typos | pomadev | 2024-02-22 | 1 | -1/+1 |
| | |||||
* | go fmt ./... | Yasuhiro Matsumoto | 2024-01-25 | 1 | -15/+21 |
| | |||||
* | change angle bracket import to quotes (#868) | Hanzhen Yi | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | Update User Authentication | Gert-Jan Timmer | 2018-06-01 | 1 | -32/+104 |
| | | | | | | * Update bindings * Add user authentication sql functions Reference #579 | ||||
* | Stash | Gert-Jan Timmer | 2018-05-31 | 1 | -6/+28 |
| | | | [ci skip] | ||||
* | UPD: User Authentication | Gert-Jan Timmer | 2018-05-31 | 1 | -0/+27 |
| | | | | | Implemented table check; only activate User Authentication on a database which has no UA enabled. Closes #582 | ||||
* | Fix: Free memory | Gert-Jan Timmer | 2018-05-31 | 1 | -4/+45 |
| | |||||
* | ADD: User authentication | Gert-Jan Timmer | 2018-05-30 | 1 | -0/+127 |
* 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 |