Skip to content

Releases: davidmpeace/squirrel

BUG: Remove the null only checks - they didn't work as expected

22 Jan 17:36
Compare
Choose a tag to compare
remove null query check - it doesn’t work as expected, and doesn’t pr…

…ovide speed gains anyway

Force object to forget from cache if $model->refresh() is called

08 Jul 15:41
Compare
Choose a tag to compare

Automatic handling and prevention of null primary key queries

08 Jul 15:15
Compare
Choose a tag to compare

Laravel has a bug that will query the database, even if a relationships value is null. So I updated squirrel to not query the database with null requests. Instead it will just return an empty collection.

0.5.2: fixed bug with delete not actually executing, and added more inspecti…

05 Oct 15:38
Compare
Choose a tag to compare
…on methods to list & count stored models.

Fixed tests for new method names

05 Oct 14:09
Compare
Choose a tag to compare
Pre-release
0.5.1

update tests to new method name for global active setting

Added new convenience methods, and inspection capabilities

05 Oct 14:01
Compare
Choose a tag to compare

Added some convenience methods, and ability to inspect the state, and count of cached models.

Fixed bug when primary key is not returned

04 Oct 16:06
Compare
Choose a tag to compare
0.4.2

ensure no failures if the primary key is not returned in the data set.

Added in detailed logging functionality

04 Oct 15:56
Compare
Choose a tag to compare
Pre-release

Added in the ability to activate logging in Squirrel, to see what is going on. You can see Cache HITS and MISSES, and how long each query takes to execute if there was a cache miss.

Long overdue update for Laravel 5.5 support.

02 Oct 20:19
Compare
Choose a tag to compare
0.4.0

long overdue fixes to support Laravel 5.5

0.3.1: Fix for issue #1. Overload the newQuery() method so it doesn't retur…

30 Mar 14:40
Compare
Choose a tag to compare

Fixed fatal error with sub-queries generating an invalid SquirrelQueryBuilder object.