Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Attributes of opts [object] are:
* fetch query info (execution statistics) for success callback, or not (default false)
* headers [object :optional]
* additional headers to be included in the request, check the full list for [Trino](https://trino.io/docs/current/develop/client-protocol.html#client-request-headers) and [Presto](https://prestodb.io/docs/current/develop/client-protocol.html#client-request-headers) engines
* authorization [string: optional]
* AUTHORIZATION header value, which overrides the client's configuration per request
* timeout [integer :optional]
* cancel [function() :optional]
* client stops fetch of query results if this callback returns `true`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "presto-client",
"version": "1.1.0",
"version": "1.2.0",
"description": "Distributed query engine Presto/Trino client library for node.js",
"main": "index.js",
"scripts": {
Expand Down