API: queryReader accepts systemConnection (fixes duckDb export filtered data)

This commit is contained in:
SPRINX0\prochazka
2025-04-29 17:15:04 +02:00
parent e77aa00bcd
commit 9d376961f4
2 changed files with 11 additions and 4 deletions

View File

@@ -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')}