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