ability to run multiple queries (and get multiple result sets) from SQL console

This commit is contained in:
zadam
2019-12-08 11:20:44 +01:00
parent afe44a6fe8
commit fab959539a
3 changed files with 34 additions and 23 deletions

View File

@@ -19,11 +19,7 @@
<button class="btn btn-danger" id="sql-console-execute">Execute <kbd>CTRL+ENTER</kbd></button>
</div>
<div style="width: 100%; overflow: auto;"> <!-- This is necessary for the table to be scrollable -->
<table id="sql-console-results" class="table table-striped">
<thead></thead>
<tbody></tbody>
</table>
<div id="result-container" style="width: 100%; overflow: auto;"> <!-- This is necessary for the table to be scrollable -->
</div>
</div>
</div>