Matthew Herrmann
Matthew Herrmann
### Issue description When calling Exec() with multiple statements, we'd like to be able to access LastInsertId and RowsAffected for all statements, not just the last one. The motivating use...
It now reports the last inserted ID and affected row count for all statements, not just the last one. This is useful to execute batches of statements such as UPDATE...
I would like to contribute integration tests that test the behavior of the driver against various connectivity corner cases. To start with, these are: 1. client sends query, but server...