sql-server-language-extensions icon indicating copy to clipboard operation
sql-server-language-extensions copied to clipboard

Do you have a plan supports nvarchar?

Open HiroshiArai66 opened this issue 3 years ago • 2 comments

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, tinyint, real, float, bit, varchar(n).

Do you have a plan supports nvarchar?

HiroshiArai66 avatar Feb 04 '22 10:02 HiroshiArai66

.NET Core CSharp Language Extension currently doesn't support nvarchar. We don't have this prioritized at this time. If interested, please feel free to contribute to the same.

The other extensions for Java, R, Python supports nvarchar as part of data sets and arguments.

arunguru-msft avatar Mar 31 '22 20:03 arunguru-msft

Thank you for your reply. Because I don't have enough skill to contribute, I would like to wait for your development.

HiroshiArai66 avatar Apr 01 '22 01:04 HiroshiArai66