Skip to content

Releases: TimAnthonyAlexander/base-api

v1.9.1

14 Mar 20:27

Choose a tag to compare

Fix table name generation for weird cases

v1.9.0

04 Mar 19:54

Choose a tag to compare

data wrapping optional

v1.8.2

20 Feb 15:05

Choose a tag to compare

Fix

v1.8.1

20 Feb 15:04

Choose a tag to compare

Fix bugs

v1.8.0: Fix eager loading

03 Feb 18:15

Choose a tag to compare

Fix eager loading

v1.7.9

03 Feb 15:29

Choose a tag to compare

Add orwherein

v1.7.8: Array route definition

02 Feb 19:46

Choose a tag to compare

Route entrypoints can now also be any method in a controller via array definition.

v1.7.7

30 Jan 14:04

Choose a tag to compare

Fix some shit

v1.7.6

11 Jan 21:32

Choose a tag to compare

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

04 Jan 18:27

Choose a tag to compare

BaseModel orderby