nuodb-dotnet icon indicating copy to clipboard operation
nuodb-dotnet copied to clipboard

Ntj/nuo db data reader

Open NikTJ777 opened this issue 1 year ago • 0 comments

Implement NuoDbDataReader.HasRows

Newer EFCore code relies on DataReader.hasRows. However, our original implementation in NuoDbDataReader threw a NotImplemented exception.

This implementation correctly handles the case where the response from the TE contains zero (0) rows.

NikTJ777 avatar May 21 '24 19:05 NikTJ777