diff --git a/package.json b/package.json index f2d8c4b..0b1007c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datasquirel", - "version": "2.2.8", + "version": "2.2.9", "description": "Cloud-based SQL data management tool", "main": "index.js", "bin": { diff --git a/utils/get-schema.js b/utils/get-schema.js index e10976f..08882c9 100644 --- a/utils/get-schema.js +++ b/utils/get-schema.js @@ -47,6 +47,9 @@ async function getSchema({ key, database, field, table }) { .map((k) => `${k}=${queryObject[k]}`) .join("&"); + console.log(queryObject); + console.log(query); + (scheme?.match(/^http$/i) ? http : https) .request( {