[BUGFIX] DBAL native mode: Database compare fails
Database compare does not work with DBAL in native mode as the ALTER TABLE statement is not processed correctly. The SQL statement is wrongly interpreted as array, but is of type string. Fix this by extending the check which determines the type. Resolves: #58147 Releases: 6.2 Change-Id: I467494c633b8af9e5a17dce64f071667dd985177 Reviewed-on: https://review.typo3.org/29631 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
Please register or sign in to comment