#301 - MySQL specific issue - java.sql.SQLException: Streaming result set com.mysql.jdbc.RowDataDynamic@3ef4415f is still active. No statements may be issued when any streaming result sets a re open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries

This commit is contained in:
rbygrave
2015-05-29 21:13:30 +12:00
parent 8fe91f66c0
commit 0013cb1a76
6 changed files with 61 additions and 11 deletions
@@ -51,6 +51,11 @@ public interface SpiQuery<T> extends Query<T> {
*/
BEAN,
/**
* Find iterate type query - findEach(), findIterate() etc.
*/
ITERATE,
/**
* Find returning a List.
*/