Add default limit (1000) to SQL queries (#5088)

* add default limit 1000

* Add frontend changes and connect to backend

* Fix query hash because of default limit

* fix CircleCI test

* adjust for comment
This commit is contained in:
Lingkai Kong
2020-09-14 04:18:31 -07:00
committed by GitHub
parent 31ddd0fb79
commit 1b8ff8e810
19 changed files with 532 additions and 43 deletions

View File

@@ -21,6 +21,12 @@
}
}
.query-editor-controls-checkbox {
display: inline-block;
white-space: nowrap;
margin: auto 5px;
}
.query-editor-controls-spacer {
flex: 1 1 auto;
height: 35px; // same as Antd <Select>