changeset 516:704a11b93e6b onclient

Removing error-flush makes it much better
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Tue, 24 Aug 2021 10:01:20 +0200 (2021-08-24)
parents 7bbcff2c775b
children 130bb2e18d3f
files src/main/java/org/monetdb/jdbc/MonetConnection.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/org/monetdb/jdbc/MonetConnection.java
+++ b/src/main/java/org/monetdb/jdbc/MonetConnection.java
@@ -3152,7 +3152,6 @@ public class MonetConnection
 							// Then prepare for the next iteration
 							if (error != null) {
 								out.writeLine("!HY000!" + error + "\n");
-								out.flush();
 								error = in.waitForPrompt();
 							} else {
 								tmpLine = in.readLine();