You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Events now fires properly when executing raw queries.
Added new event for raw queries.
EventHandler now returns parameters for events in a better order.
Fixed lastQuery not being availible in some instances when using select.
Fixed types and phpDocs.
Release note
This release has changed the order of the parameters for events. The order is now: QueryObject, QueryBuilderHandler, ... other params if available like start time, etc.