Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.6
-
None
-
None
Description
Steps to reproduce:
1 set connection string parameter socketTimeout = 2 (it will be 2 milliseconds see CONJ-78)
2. execute query "select 1"
3. exception: java.net.SocketTimeoutException: Read timed out
4 execute query "select 2"
5 get result of query
Expected result: 2
Actual result: 1
And now ResultSet will not correspond for all queries for this connection.