You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The calculated field parser attempts to cast an int to a string if a number-column is concatenated to a string column.
This blocks retrieve operations, since calculated fields are handled even if they are not part of the select.
Describe the bug
The calculated field parser attempts to cast an int to a string if a number-column is concatenated to a string column.
This blocks retrieve operations, since calculated fields are handled even if they are not part of the select.