-
Similar to decimal with Reading the source code here, I see the max length gets parsed but I haven't had luck getting the length to actually be set. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, this was the idea at first. Using this mapping, looking at the |
Beta Was this translation helpful? Give feedback.
Yes, this was the idea at first. Using this mapping, looking at the
string
type (line 11), the mapped value used to bevarchar()
instead ofvarchar(65500)
/varchar(max)
, where sling would fill the()
will a number, but it ended up causing issues, so the max number was set. I'll need to take another stab at it.