oracle fix + package optimalization

This commit is contained in:
Jan Prochazka
2024-08-21 09:54:10 +02:00
parent 1cbeeac7cd
commit 2b9fa9a70f
17 changed files with 17 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
const { DatabaseAnalyser } = require('dbgate-tools');
const { DatabaseAnalyser } = global.DBGATE_PACKAGES['dbgate-tools'];
class Analyser extends DatabaseAnalyser {
constructor(pool, driver, version) {