Skip to content

SQLServer: Ascii_string type definition is always fixed length #6245

@kicken

Description

@kicken

if (! isset($column['fixed'])) {

The SQL Server platform always generates a fixed length column definition. The code checks if the fixed option is set, rather than if it's true/false. The option is always set, so this test is always false.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions