Skip to content
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

Query failed: Conversion overflows. #1190

Closed
freylane opened this issue Mar 1, 2019 · 2 comments
Closed

Query failed: Conversion overflows. #1190

freylane opened this issue Mar 1, 2019 · 2 comments

Comments

@freylane
Copy link

freylane commented Mar 1, 2019

  • MSSQL Extension Version: 1.4.0
  • VSCode Version: 1.31.1
  • OS Version: Windows_NT x64 10.0.15063

Steps to Reproduce:

  1. Create a table in SQL Server with a column with data type numeric(38,0).
  2. Populate the column with 38 digit numbers.
  3. Use the MSSQL extension to query the column from the table.

This results in the following error in the Messages window:

Query failed: Conversion overflows.

The output window logs the following error:

[2019-03-01 09:02:46.724] [exthost] [error] [ms-mssql.mssql] provider FAILED
[2019-03-01 09:02:46.724] [exthost] [error] TypeError: Cannot read property 'map' of null
    at asSignatureInformations

This is in protocolConverter.js:133:22.

@philosophicles
Copy link

Above linked issue on the azuredatastudio project is probably the same bug, and has had considerably more investigation/analysis time devoted to it already.

Thought I'd cross-link for visibility when people like me search, and in case it helps to bring these different application teams together!

@kburtram
Copy link
Member

Closing as duplicate of #1798, which contains the current repro behavior for this bug. Thanks!

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

No branches or pull requests

4 participants