Releases: TimAnthonyAlexander/base-api
Releases · TimAnthonyAlexander/base-api
v1.9.1
v1.9.0
data wrapping optional
v1.8.2
Fix
v1.8.1
Fix bugs
v1.8.0: Fix eager loading
Fix eager loading
v1.7.9
Add orwherein
v1.7.8: Array route definition
Route entrypoints can now also be any method in a controller via array definition.
v1.7.7
Fix some shit
v1.7.6
Changes Made:
src/Database/Drivers/MySqlDriver.php
: Updated to look for a timeout config option. If present:
Sets PDO::ATTR_TIMEOUT (connection timeout).
Executes SET SESSION wait_timeout and SET SESSION interactive_timeout (session inactivity timeouts).
src/Database/Connection.php
: Updated to pass the timeout configuration option to the driver, reading it from App::config('database.timeout') or falling back to the DB_TIMEOUT environment variable.
v1.7.5
BaseModel orderby