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

Improve renameColumn generated SQL on mssql #783

Merged
merged 5 commits into from Jul 20, 2022

Commits on Jul 4, 2018

  1. Update to RenameColumnGenerator.generateSql

    Mssql fix to follow syntax as per msdn:
    sp_rename [ @OBJName = ] 'object_name' , [ @NewName = ] 'new_name'   
        [ , [ @objtype = ] 'object_type' ]   
    
    https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-rename-transact-sql?view=sql-server-2017
    mide25 committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    5ff5364 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    8a13aeb View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    6fa0513 View commit details
    Browse the repository at this point in the history
  2. Updated expected SQL

    nvoxland committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    d3a76aa View commit details
    Browse the repository at this point in the history
  3. Updated expected SQL

    nvoxland committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    7b2c9f5 View commit details
    Browse the repository at this point in the history