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 71aa8bd commit 6a78af2Copy full SHA for 6a78af2
lib/utils.js
@@ -221,7 +221,7 @@ const xmlToJson = (xml) => {
221
function returnTransports(transportOptions) {
222
// eslint-disable-next-line global-require
223
const { Connection } = require('./Connection');
224
- const availableTransports = ['idb', 'rest', 'ssh'];
+ const availableTransports = ['idb', 'rest', 'ssh', 'odbc'];
225
const transports = [];
226
227
const options = {
0 commit comments