0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-06-04 01:10:35 +00:00

5 Commits

Author SHA1 Message Date
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