sql-server-language-extensions
sql-server-language-extensions copied to clipboard
language-extensions-sqlserver
Python extension seems to truncate output string to 65535 characters. This is reproducible with SQL Server 2019 and Python 3.7.x and 3.9.x The code snippet below reproduces the issue, assuming...
Currently, the extension supports the following data types: SQL_C_SLONG, SQL_C_ULONG, SQL_C_SSHORT, SQL_C_USHORT, SQL_C_SBIGINT, SQL_C_UBIGINT, SQL_C_STINYINT, SQL_C_UTINYINT, SQL_C_BIT, SQL_C_FLOAT, SQL_C_DOUBLE, SQL_C_CHAR. It supports the following SQL data types: int, bigint, smallint,...
Error (HRESULT 0x80072746) when executing the sp_execute_external_script part of the CSharp demo.
I went through the steps in the Dotnet example and I am getting the message below when executing the "sp_execute_external_script" part of the demo. Msg 39004, Level 16, State 19,...
Microsoft.Data.Analysis 0.4.0 No problem Latest 0.19.0 Override error Execute method of AbstractSqlServerExtensionExecutor class Why and how to fix? best regards
The C# extension targets a "Current" release, .NET 5, that goes out of support in just 8 months, limiting the usefulness of the current release. Other adoption issues: - The...
Fix output dataframe length. Returning dataframe from R to SQL, wrong data type prevents to output correctly more than 65535 rows.
Updated Install docs for linux.
Hello, I am new to SQL Server Language Extensions framework development and therefore, ran into some issues which I couldn't resolve by myself. More specifically, I want to use an...
Hello Team, I working with the Ninja team . We have documented few of the samples used in Language extension. Please approve this pull request
Improve Python `restore-packages.cmd` execution time in pipeline + Fix Build break due to numpy 2.0+
## Why this change? 1. Closes #52 - which highlights the lengthy execution time of running **language-extensions/python/build/windows/restore-packages.cmd** in pipelines (and also locally). Pipelines have this step taking ~20 minutes to...