Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote table and constraint names in drop foreign key / drop constraint SQL #862

Merged
merged 1 commit into from
Jan 9, 2016
Merged

Commits on May 21, 2015

  1. Pass table object instead of table table name

    On the MySQLPlatform::getDropForeignKeySQL table name will not be escaped if the name is passed instead of the object table itself.
    
    Since the getLocalTableName use the localTable property the object is always available, there is no reason not to use it.
    mpoiriert committed May 21, 2015
    Configuration menu
    Copy the full SHA
    089001f View commit details
    Browse the repository at this point in the history