Skip to content

Commit 74f7eee

Browse files
committed
One more sentence about next_result.
1 parent e99b11b commit 74f7eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ exception if the respective query erred. When `client.next_result` returns true,
202202
call `client.store_result` to retieve a result object. Exceptions are not
203203
raised until `client.next_result` is called to find the status of the respective
204204
query. Subsequent queries are not executed if an earlier query raised an
205-
exception.
205+
exception. Subsequent calls to `client.next_result` will return false.
206206

207207
``` ruby
208208
result = client.query('SELECT 1; SELECT 2; SELECT A; SELECT 3')

0 commit comments

Comments
 (0)