You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ConfigurablePlatform interface to set the connection
parameters to the Platform
Connection is now setting the parameters to the Platform if it
implements ConfigurablePlatform
MySQLPlatform::getTruncateSql() now checks for a new param disable*fk*checks, if it is true and the version is affected, it
automatically adds the required SQL.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of tPl0ch:
Url: #551
Message:
ConfigurablePlatform
interface to set the connectionparameters to the Platform
implements
ConfigurablePlatform
MySQLPlatform::getTruncateSql()
now checks for a new paramdisable*fk*checks
, if it is true and the version is affected, itautomatically adds the required SQL.
Additional solution to #549
The text was updated successfully, but these errors were encountered: