Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a25ec8 commit 202a19eCopy full SHA for 202a19e
src/interfaces/jdbc/org/postgresql/core/QueryExecutor.java
@@ -13,7 +13,7 @@
13
* <p>The lifetime of a QueryExecutor object is from sending the query
14
* until the response has been received from the backend.
15
*
16
- * $Id: QueryExecutor.java,v 1.9 2002/03/16 02:15:23 davec Exp $
+ * $Id: QueryExecutor.java,v 1.10 2002/03/18 04:16:33 davec Exp $
17
*/
18
19
public class QueryExecutor
@@ -104,6 +104,7 @@ public java.sql.ResultSet execute() throws SQLException
104
105
errorMessage.append(pg_stream.ReceiveString(connection.getEncoding()));
106
// keep processing
107
+ hfr = true;
108
break;
109
110
case 'I': // Empty Query
0 commit comments