Aniruddh Munde
Aniruddh Munde
Thank you for your suggestions! You can get the same extension working against .NET 6 by simply modifying the [language-extensions/dotnet-core-CSharp/src/managed/Microsoft.SqlServer.CSharpExtension.csproj](https://github.com/microsoft/sql-server-language-extensions/blob/main/language-extensions/dotnet-core-CSharp/src/managed/Microsoft.SqlServer.CSharpExtension.csproj) file to include the RollForward Property with value **LatestMajor**, building...
hi @maXXis253, we acknowledge the issue - seems to be something similar to what RExtension is facing. The fix seems to be simple and similar to what is in this...
Hi @sandiptir, @maXXis253, The fix lies in changing the extracted data type from `int` to `__int64` `bp::extract` here: https://github.com/microsoft/sql-server-language-extensions/blob/8323edabcb3de123477457741fec23a25531d640/language-extensions/python/src/PythonDataSet.cpp#L1516 Feel free to make the change and build the python extension....
hi @maXXis253, you are right, upon debugging your use case further, the output parameter is actually getting trimmed explicitly here: https://github.com/microsoft/sql-server-language-extensions/blob/276da9809503b6c578b740c487990e93454c8cdd/language-extensions/python/src/PythonParam.cpp#L330 A quick fix for this would be to edit...
Thank you for trying it out, let us try to figure out what could be going wrong. 1. Are you trying this with SQL Server 2019 **CU3** + ? 2....
> nothing shows up in those folders UNTIL I try to execute sp_execute_external_script This is by design. > I assume if no dll makes it to this folder things aren't...
The latest release of C# language extension targets .NET 6: https://github.com/microsoft/sql-server-language-extensions/releases/tag/dotnet-CSharp-v1.1.0 Closing this issue since its not applicable anymore.
@digdugd, @kollerp, @RachelAmbler - we have new published newer version of C# extension https://github.com/microsoft/sql-server-language-extensions/releases/tag/dotnet-CSharp-v1.1.0, I wonder if you still face issues in installing the library. @MartinBubenheimer we have a new...
@HiroshiArai66, apologies for so late response. Does this reproduce with the latest C# extension release: https://github.com/microsoft/sql-server-language-extensions/releases/tag/dotnet-CSharp-v1.1.0 ?
Need a option for delete `mappings` section