Skip to content

Mysql 8 Support

Choose a tag to compare

@jaydiablo jaydiablo released this 10 Oct 18:50
· 19 commits to master since this release
203f980

This release includes a very small change so that the Transaction handling in Doctrine works with Mysql 8.0+

Doctrine will sometimes make a query to get the transaction isolation global variable from the server, previous to this change, the variable it was trying to access doesn't exist in Mysql 8.0 (deprecated in 5.7.20, and removed in 8.0).

Doctrine will now detect the mysql version and issue the correct query for this variable depending on the version of the server.