Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix a problem in the userauth extension causing it to occasionally set "PRAGM... | dan | 2020-01-21 |
* | Fix a compilation issue in the "userauth" extension. Also fix a few test | dan | 2018-09-19 |
* | Fix SQLITEINT_H macro usage in two extensions. | drh | 2017-01-25 |
* | Clean up some #includes in the extension API implementation. | drh | 2014-09-11 |
* | Enhance the sqlite3_user_add() interface to initialize the user | drh | 2014-09-11 |
* | Get the sqlite3_user_delete() interface working. | drh | 2014-09-11 |
* | Fix the sqlite3_user_change() interface so that it does allow a | drh | 2014-09-11 |
* | Reorder parameters on the sqlite3_user_*() interfaces for consistency. | drh | 2014-09-11 |
* | Complete the implementation of the various APIs. Fix several problems. | drh | 2014-09-10 |
* | Add the ".user" shell command and implement the sqlite3_user_add() | drh | 2014-09-10 |
* | Further ideas on user authentication. Not yet working code. | drh | 2014-09-10 |
* | Non-working preliminary implementation attempts on user authentication. | drh | 2014-09-09 |