Open
Description
- MSSQL Extension Version: not sure as cloud hosting. But it is totally OK with SSMS or Datagrip
- VSCode Version: Latest, 1.97.2
- mssql extension: latest release 1.29.0 27Feb25
- OS Version: win 11 home single language, build 26100.3194 and MacOS 15.3
I am moving to using Mac and thus have to quit SMSS and first I used ADS then I found that it is phasing out soon, so I move to mssql for VS Code as any is new for me and don't want to get used with ADS and sooner have to move again. It also explains why I have both PC and Mac above
Steps to Reproduce:
- I have a very simple table valued function. I define the result table and then insert from a table with some conditions/filter (but dont focus on this)
- the field length in the result table is shorter than the data being inserted
- I select * from function and it returns no records which is impossible WITHOUT any error message. After cluelessly investigation I found that because of the filed length.
- I ran it on DataGrip, it tells me the error. And of cause on SMSS too.
- on my Mac (mini M2, macos 15.3) with the same function it says that the object (function) not exists.
please fix or help me how to hot fix.