Commit Graph

12 Commits

Author SHA1 Message Date
Eray Tufan
2e165e0718 fix syntax error 2025-08-11 23:08:54 +09:00
Yasuhiro Matsumoto
a9775d4d98 return error 2025-07-30 20:51:05 +09:00
Yasuhiro Matsumoto
eb86f084da check authEnabled 2025-07-30 20:51:05 +09:00
Yasuhiro Matsumoto
d8fd268206 drop userauth implementation
closes #1341
2025-07-30 20:51:05 +09:00
pomadev
18cdded900 fix: some typos 2024-02-22 14:15:27 +09:00
Yasuhiro Matsumoto
1f0dc0a0ef go fmt ./... 2024-01-25 22:55:22 +09:00
Hanzhen Yi
2b131e01c1 change angle bracket import to quotes (#868) 2021-10-26 00:23:19 +09:00
Gert-Jan Timmer
0e289439a2 Update User Authentication
* Update bindings
* Add user authentication sql functions

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

Closes #582
2018-05-31 14:55:22 +02:00
Gert-Jan Timmer
2d9b52a482 Fix: Free memory 2018-05-31 09:46:38 +02:00
Gert-Jan Timmer
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