6 Open Issues Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Enhance the YDB .NET SDK's `YdbException` class to include the SQLSTATE message, following the SQLSTATE standard (as defined in the provided Wikipedia link), ensuring proper ordering and presentation of the message within the exception.

Complexity: 3/5
good first issue

YDB .NET SDK

TSQL

AI Summary: The task involves adding support for the `GetFieldValue<>` method to the `YdbDataReader` in the YDB .NET SDK and subsequently enabling the `YdbGetValueConversionTests`. This requires modifying the data reader implementation to handle generic type retrieval and ensuring the tests accurately reflect the new functionality.

Complexity: 4/5
good first issue

YDB .NET SDK

TSQL

AI Summary: The task involves implementing support for the `ServerVersion` property in the YdbConnection class of the YDB .NET SDK. This likely requires updating the connection logic to retrieve and expose the server version information, and then uncommenting/fixing a related unit test.

Complexity: 3/5
good first issue

YDB .NET SDK

TSQL

AI Summary: The task involves enabling support for the `GetColumnSchema_ColumnName` method in the YdbDataReader component of the YDB .NET SDK. This likely requires removing a skip attribute from a test case and potentially implementing the necessary functionality if it's not already present.

Complexity: 3/5
good first issue

YDB .NET SDK

TSQL

AI Summary: The task involves enabling support for the `GetColumnSchema()` method's `DataTypeName` property within the YDB .NET DataReader. This likely requires uncommenting a previously skipped test and potentially implementing the necessary functionality to retrieve and correctly report the data type name.

Complexity: 3/5
good first issue

YDB .NET SDK

TSQL

AI Summary: The task involves enabling support for `GetColumnSchema()`'s DataType in the YdbDataReader within the YDB .NET SDK. This requires removing a skip attribute from a test case, effectively unmuting it to verify the functionality.

Complexity: 2/5
good first issue

YDB .NET SDK

TSQL