Skip to content

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

Merged
datlechin merged 2 commits into
TableProApp:mainfrom
ppantisawat:main
Jun 29, 2026
Merged

fix(plugin-mssql): set TEXTSIZE 2147483647 on connect#1784
datlechin merged 2 commits into
TableProApp:mainfrom
ppantisawat:main

Conversation

@ppantisawat

Copy link
Copy Markdown
Contributor

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.

@datlechin datlechin merged commit ea6ed46 into TableProApp:main Jun 29, 2026
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

2 participants