presto-client
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -96,3 +96,3 @@ const { URL } = require('url') ; | ||
opts.protocol = client.protocol; | ||
opts.path = href.pathname; | ||
opts.path = href.pathname + href.search; | ||
opts.headers = {}; | ||
@@ -99,0 +99,0 @@ opts.headers[Headers.AUTHORIZATION] = 'Basic ' + new Buffer(client.basic_auth.user + ":" + client.basic_auth.password).toString("base64"); |
{ | ||
"name": "presto-client", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Distributed query engine Presto client library for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,3 @@ # presto-client-node | ||
schema: 'default', | ||
source: 'nodejs-client' | ||
source: 'nodejs-client', | ||
state: function(error, query_id, stats){ console.log({message:"status changed", id:query_id, stats:stats}); }, | ||
@@ -170,2 +170,4 @@ columns: function(error, data){ console.log({resultColumns: data}); }, | ||
* 0.7.0: | ||
* support the change of prestodb 0.226 (compatible with others) | ||
* 0.6.0: | ||
@@ -172,0 +174,0 @@ * add X-Presto-Source if "source" specified |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21231
213