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.
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.