nuodb / nuodb-dotnet

.NET Driver for NuoDB
Other
21 stars 13 forks source link

Ntj/nuo db data reader #37

Open NikTJ777 opened 5 months ago

NikTJ777 commented 5 months ago

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.