You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
From dotnet/runtime#509.
When there is no result set,
MySqlDataReader.GetSchemaTableshould return an emptyDataTable, andGetColumnSchemashould return an empty list. This changes the current behaviour of throwing an exception and reverts #678.