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
The Writer object now has a static shouldReportSqlQuery() method to define a custom callback for filtering queries included in the QueryLogWritten event. by @pascalbaljet in #4
The SqlQuery object is now a readonly class, and all the getter methods have been removed. This is a breaking change.
The SqlQuery object now includes the unprepared query and bindings.
Added tests for the reporting mechanism and the QueryLogWritten event