Closed VDuda closed 9 years ago
If this is a regression, how did it used to work?
To be clear I believe the regression occurred in NuoDB core itself, between 2.0.4 and 2.1.
Within the python driver, before this commit, we were never sending a CloseResultSet message (id 28).
The driver does not close the ResultSet and with newer versions of nuodb (>=2.1) an OperationalError is thrown similar to:
Below is a code snippet that was used to generate the error.
I believe there was a regression introduced between 2.0.4 and 2.1 that changed the behavior with how we handled ResultSets.