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 ee8ecc8 commit 83bc540Copy full SHA for 83bc540
src/crate/client/http.txt
@@ -170,7 +170,7 @@ Error Handling
170
... var fib = function fib(n) { return n < 2 ? n : fib(n-1) + fib(n-2); }
171
... '
172
... ''')
173
- {'cols': [], 'rows': [[]], 'rowcount': 1, 'duration': ...}
+ {...}
174
175
It's possible to define a HTTP timeout in seconds on client instantiation, so a
176
timeout exception is raised when timeout is reached::
0 commit comments