Skip to content

remove_column migration no longer works #64

@dball

Description

@dball

When I try to remove_column on an nvarchar column with no null constraint and no default, I get an error trying to convert a String to an Integer on line 1040 of the sqlserver_adapter.rb. It looks like the stored proc is returning a hash inside a doubly nested array, while the original code expected a hash inside a single array?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions