mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
postgre analyser fix
This commit is contained in:
parent
485f6c9759
commit
4fe10b26b0
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user