When there is no result set, MySqlDataReader.GetSchemaTable should return an empty DataTable, and GetColumnSchema should return an empty list. This changes the current behaviour of throwing an exception and reverts #678.
The text was updated successfully, but these errors were encountered:
bgrainger commentedDec 4, 2019
From dotnet/runtime#509.
When there is no result set,
MySqlDataReader.GetSchemaTable
should return an emptyDataTable
, andGetColumnSchema
should return an empty list. This changes the current behaviour of throwing an exception and reverts #678.The text was updated successfully, but these errors were encountered: