Mercurial > hg > monetdb-java
changeset 207:4106c9ed7b6a embedded
Indentation
author | Pedro Ferreira <pedro.ferreira@monetdbsolutions.com> |
---|---|
date | Fri, 02 Mar 2018 13:20:21 +0100 (2018-03-02) |
parents | e6dc6196f470 |
children | 5b13ccaba741 |
files | src/main/java/nl/cwi/monetdb/mcl/connection/mapi/MapiConnection.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/java/nl/cwi/monetdb/mcl/connection/mapi/MapiConnection.java +++ b/src/main/java/nl/cwi/monetdb/mcl/connection/mapi/MapiConnection.java @@ -264,7 +264,8 @@ public class MapiConnection extends Mone * @throws SQLException if an IO exception or a database error occurs */ @Override - protected boolean executeNextQueryBatch(MonetStatement statement, List<String> batch, int[] counts, BatchUpdateException e) throws SQLException { + protected boolean executeNextQueryBatch(MonetStatement statement, List<String> batch, int[] counts, + BatchUpdateException e) throws SQLException { int offset = 0; boolean first = true, error = false; int builderSize = this.initialStringBuilderSize();