Skip to content

v1.2.2

Compare
Choose a tag to compare
@onlime onlime released this 21 Mar 22:21
· 7 commits to main since this release
c4d914a
  • 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
  • Drops support for 8.1