mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
export query
This commit is contained in:
@@ -43,8 +43,8 @@ export class ViewGridDisplay extends GridDisplay {
|
||||
};
|
||||
}
|
||||
|
||||
createSelect() {
|
||||
const select = this.createSelectBase(this.view, this.view.columns);
|
||||
createSelect(options = {}) {
|
||||
const select = this.createSelectBase(this.view, this.view.columns, options);
|
||||
return select;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user