mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
clickhouse fix
This commit is contained in:
parent
b232263708
commit
3c4fad108b
@ -85,7 +85,7 @@ class Analyser extends DatabaseAnalyser {
|
||||
this.pool,
|
||||
`SELECT uuid as id FROM system.tables WHERE database = '${this.pool._database_name}' AND name='${pureName}'`
|
||||
);
|
||||
this.singleObjectId = resId.rows[0].id;
|
||||
this.singleObjectId = resId.rows[0]?.id;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user