Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

fix bug #41 #50

Merged
merged 2 commits into from
Feb 24, 2019
Merged

fix bug #41 #50

merged 2 commits into from
Feb 24, 2019

Conversation

faryar76
Copy link
Contributor

@faryar76 faryar76 commented Feb 24, 2019

based on #41 when cache is on true

$database->where('email','like','gmail')->select('email')->results();

in first time will be Right "return array" but on reload from cache will "return object"

for fix a private method replaced with some part of run methods code

please recheck this

;)

@timothymarois
Copy link
Member

@faryar76 This looks good and since its a bug fix I'll patch this tonight. Thanks!

@timothymarois timothymarois merged commit a012b72 into tmarois:1.0 Feb 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants