mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 04:56:00 +00:00
@@ -57,11 +57,11 @@ class Analyser extends DatabaseAnalyser {
|
|||||||
|
|
||||||
createQuery(resFileName, typeFields, replacements = {}) {
|
createQuery(resFileName, typeFields, replacements = {}) {
|
||||||
const query = super.createQuery(sql[resFileName], typeFields, replacements);
|
const query = super.createQuery(sql[resFileName], typeFields, replacements);
|
||||||
// const dbname = this.pool.__database_name__;
|
const dbname = this.pool.__database_name__;
|
||||||
// const schemaCondition = isCompositeDbName(dbname)
|
const schemaCondition = isCompositeDbName(dbname)
|
||||||
// ? `= '${splitCompositeDbName(dbname).schema}' `
|
? `= '${splitCompositeDbName(dbname).schema}' `
|
||||||
// : ' IS NOT NULL ';
|
: ' IS NOT NULL ';
|
||||||
const schemaCondition = ' IS NOT NULL ';
|
// const schemaCondition = ' IS NOT NULL ';
|
||||||
|
|
||||||
return query?.replace(/=SCHEMA_NAME_CONDITION/g, schemaCondition);
|
return query?.replace(/=SCHEMA_NAME_CONDITION/g, schemaCondition);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user