Skip to content

0.2.55

Choose a tag to compare

@staabm staabm released this 06 Jan 19:53
· 188 commits to main since this release
af71a9e

Improvements

Enable it via RuntimeConfiguration:

$config = new RuntimeConfiguration();
$config->analyzeWriteQueries(true);

requires transaction support in db schema and db driver

Full Changelog: 0.2.54...0.2.55