0.2.30
Notable Changes
- Fixed a few glitches when working with the recording feature and using the record-information across operating systems
PdoQueryReflector
was marked as deprecated andPdoMysqlQueryReflector
should be used as a 1:1 replacement instead- we won't drop
PdoQueryReflector
in the near future though
- we won't drop
What's Changed
- introduce PdoMysqlQueryReflector and deprecate PdoQueryReflector by @staabm in #370
- cleanup internal types by @staabm in #362
- make sure recording information works consistent across OS (line delims) by @staabm in #374
- normalize EOL also in prepared queries by @staabm in #375
- trim queries for cross-OS compat by @staabm in #376
Full Changelog: 0.2.29...0.2.30