mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 10:46:00 +00:00
perspectives: custom join over different databases
This commit is contained in:
@@ -180,6 +180,8 @@
|
||||
|
||||
const pureName = td.getAttribute('data-pureName');
|
||||
const schemaName = td.getAttribute('data-schemaName');
|
||||
const dataConid = td.getAttribute('data-conid');
|
||||
const dataDatabase = td.getAttribute('data-database');
|
||||
if (pureName) {
|
||||
res.push({
|
||||
text: `Open table ${pureName}`,
|
||||
@@ -191,8 +193,8 @@
|
||||
props: {
|
||||
schemaName,
|
||||
pureName,
|
||||
conid,
|
||||
database,
|
||||
conid: dataConid || conid,
|
||||
database: dataDatabase || database,
|
||||
objectTypeField: 'tables',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user