mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
API: queryReader accepts systemConnection (fixes duckDb export filtered data)
This commit is contained in:
@@ -9,7 +9,7 @@ const sql = require('./sql');
|
||||
const { mapSchemaRowToSchemaInfo } = require('./Analyser.helpers');
|
||||
const { zipObject } = require('lodash');
|
||||
|
||||
const logger = getLogger('sqliteDriver');
|
||||
const logger = getLogger('duckdbDriver');
|
||||
|
||||
/**
|
||||
* @type {import('@duckdb/node-api')}
|
||||
|
||||
Reference in New Issue
Block a user