Query: projecting stringColumn.Length may cause invalid cast exception, if the stringColumn is of type (n)varchar(max) on SqlServer #8176
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
This happens because LEN returns long for varchar(max) and nvarchar(max) columns, but we are expecting int.
The text was updated successfully, but these errors were encountered: