-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VARCHAR(MAX) gets truncated #1052
Comments
@Calidus the default behavior is to truncate long results, but the right solution would be to make this configurable like in SSMS. I believe it's 65K as the current per-column limit. @erickangMSFT and @benrr101 we have the |
@kevcunnane in SSMS you can output directly to a file which gets the user passed any length limits imposed by the UI. This might be a good option to also think about. |
Issue confirmed with v. 1.9.0 (vscode 1.45.1, win10) If for some reason a limit is necessary, it should be configurable in the extension preferences. |
Is there any possibility to fix this bug in the near future? |
@kevcunnane This is a bug with no workaround. Look at the same issue marked as a bug in Azure Data Studio and was fixed years ago. microsoft/azuredatastudio#392 |
@cheenamalhotra FYI, guess this never got ported over to VS Code MSSQL |
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: