0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-05-29 20:00:43 +00:00

7 Commits

Author SHA1 Message Date
1f0dc0a0ef go fmt ./... 2024-01-25 22:55:22 +09:00
2b131e01c1 change angle bracket import to quotes () 2021-10-26 00:23:19 +09:00
0e289439a2 Update User Authentication
* Update bindings
* Add user authentication sql functions

Reference 
2018-06-01 11:28:04 +02:00
4a33fcc1d2 Stash
[ci skip]
2018-05-31 16:42:03 +02:00
183e7d61d1 UPD: User Authentication
Implemented table check; only activate User Authentication on a database which has no UA enabled.

Closes 
2018-05-31 14:55:22 +02:00
2d9b52a482 Fix: Free memory 2018-05-31 09:46:38 +02:00
6ae7f98274 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
2018-05-30 23:48:02 +02:00