1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-24 01:22:41 +00:00
Arsse/lib/Db/MySQL
J. King 38bdde1167 Add access tokens to the db, with relevant code
Tokens are similar to sessions in that they stand in for users, but the
protocol handlers will manage them; Fever login hashes are the
originating use case for them. These must never expire, for example,
and we need to specify their values.

This commit also performs a bit of database clean-up
2019-03-09 16:23:56 -05:00
..
Driver.php Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
ExceptionBuilder.php Handle connection errors 2019-01-15 10:51:55 -05:00
PDODriver.php Handle connection errors 2019-01-15 10:51:55 -05:00
PDOStatement.php Experimental native MySQL driver 2019-01-10 19:01:32 -05:00
Result.php Fixes for MySQL native interface 2019-01-13 23:17:19 -05:00
Statement.php Simplify SQL type handling 2019-03-01 12:17:33 -05:00