Skip to content

TSQL varbinary(max), varchar(max), nvarchar(max) data types #255

Description

@semenenkov

Transpile of varbinary(max) fails with Parse error at ... Expected number. And this is kind of inconsistency with other cases when polyglot is not aware of data type and input goes to output as is.

Types varchar(max) and nvarchar(max) don't fail but not converted properly. Varchar(max) is left as is, nvarchar(max) is converted to varchar(max) in different target dbms, which is obviously wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions