mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2026-04-25 13:55:04 +00:00
Update StatementInjector for missing rsReturns
This commit is contained in:
@@ -572,8 +572,11 @@ public class StatementInjector extends MariaDbConnection {
|
||||
|
||||
@Override
|
||||
public boolean next() throws SQLException {
|
||||
if (rsReturns != null) {
|
||||
return !rsReturns.isEmpty();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() throws SQLException {
|
||||
|
||||
Reference in New Issue
Block a user