Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the incorrect string limit when declaring NVARCHAR(Max) (#504)
Previously, the limit on the max length of NVARCHAR(Max) was 4000, longer characters will be truncated. But NVARCHAR(MAX) should be capable of handling strings far longer than 4,000 characters. This pr change the col_size to default INT_MAX. Task: BABEL-5054 Signed-off-by: Chenxiao Wang <[email protected]>
- Loading branch information