Skip to content

fix(plugin-mssql): set TEXTSIZE 2147483647 on connect#1784

Open
ppantisawat wants to merge 1 commit into
TableProApp:mainfrom
ppantisawat:main
Open

fix(plugin-mssql): set TEXTSIZE 2147483647 on connect#1784
ppantisawat wants to merge 1 commit into
TableProApp:mainfrom
ppantisawat:main

Conversation

@ppantisawat

Copy link
Copy Markdown

FreeTDS inherits TDS protocol default of 2048 bytes for nvarchar(max)/text columns, silently truncating large cell values on copy. SET TEXTSIZE at connect time fixes both the batch and streaming query paths.

Close #1783

FreeTDS inherits TDS protocol default of 2048 bytes for
nvarchar(max)/text columns, silently truncating large cell
values on copy. SET TEXTSIZE at connect time fixes both
the batch and streaming query paths.
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Copy to clipboard size was limited to 2048 bytes for MSSQL connection

1 participant