MightyOrm / Mighty

A new, small, dynamic micro-ORM. Highly compatible with Massive, but with many essential new features.
BSD 3-Clause "New" or "Revised" License
101 stars 20 forks source link

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 2 months ago

mikebeaton commented 2 months ago

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.