Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Fixes not returning null result

Choose a tag to compare

@DarkGhostHunter DarkGhostHunter released this 25 Apr 04:44
· 16 commits to stable since this release
54805f2

In some places, you may have a query that returns null. From now on, the remember() will save the result of the query even if it's null, like retrieving a non-existent set of records. The next time you call the same remembered query, the null result will be returned.

This was intended from the beginning, and it fathoms me why I didn't picked this up earlier.

If that is not the result you desire, you may want to use your cache manually.