Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message when attempting to use a result set after the last, in multiple result sets, could/should be made more helpful #50

Open
mikebeaton opened this issue Apr 17, 2024 · 0 comments

Comments

@mikebeaton
Copy link
Member

The error message shown when attempting to access .NextResultSet (or rather, when using the enumerable which results from calling this), once there are no more result sets, is not very helpful - i.e. it relies on the underlying db classes complaining that things are closed, rather than Mighty trapping this and giving a more reasonable warning that there are no more result sets.

@mikebeaton mikebeaton changed the title Error message when attempting to use a result set after the last could/should be made more helpful Error message when attempting to use a result set after the last, in multiple result sets, could/should be made more helpful Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant