mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
postgre analyser fix
This commit is contained in:
@@ -62,7 +62,7 @@ class Analyser extends DatabaseAnalyser {
|
||||
? `= '${splitCompositeDbName(dbname).schema}' `
|
||||
: ' IS NOT NULL ';
|
||||
|
||||
return query.replace(/=SCHEMA_NAME_CONDITION/g, schemaCondition);
|
||||
return query?.replace(/=SCHEMA_NAME_CONDITION/g, schemaCondition);
|
||||
}
|
||||
|
||||
async _computeSingleObjectId() {
|
||||
|
||||
Reference in New Issue
Block a user