Skip to content

v4.27.2: Adapts to different Doctrine versions

Choose a tag to compare

@thorewi thorewi released this 17 May 20:07
· 5 commits to v4 since this release
Checks if the `executeStatement` method exists before calling it,
and falls back to `executeUpdate` for older Doctrine versions
where `executeStatement` is not available. This ensures
compatibility with a broader range of Doctrine versions.