Closed manuel-woelker closed 4 years ago
I just noticed you are currently working on resultset metadata, so this PR probably won't apply cleanly. I'll try to add that once the metadata API looks stablish.
@manuel-woelker This is awesome! I've been blasting through a bunch of changes this morning direct to master ... I guess I should switch to PR model at this point.
I'm going to stop hacking now, so please let me know when this good to merge.
just a basic proof of concept, let me know if you have any comments
One thing I noticed is that it might make sense to change the signature of
ResultSet::next(&mut self) -> bool
tonext(&mut self) -> Result<bool>
to signal any errors cropping up during result set iteration