mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
sql generate aliases automatically #1122
This commit is contained in:
@@ -192,7 +192,11 @@ ORDER BY
|
||||
]}
|
||||
/>
|
||||
|
||||
<FormCheckboxField name="dataGrid.showAllColumnsWhenSearch" label="Show all columns when searching" defaultValue={false} />
|
||||
<FormCheckboxField
|
||||
name="dataGrid.showAllColumnsWhenSearch"
|
||||
label="Show all columns when searching"
|
||||
defaultValue={false}
|
||||
/>
|
||||
|
||||
<div class="heading">SQL editor</div>
|
||||
|
||||
@@ -235,6 +239,12 @@ ORDER BY
|
||||
label="Return only N rows from query"
|
||||
placeholder="(No rows limit)"
|
||||
/>
|
||||
|
||||
<FormCheckboxField
|
||||
name="sqlEditor.showTableAliasesInCodeCompletion"
|
||||
label="Show table aliases in code completion"
|
||||
defaultValue={false}
|
||||
/>
|
||||
</svelte:fragment>
|
||||
<svelte:fragment slot="2">
|
||||
<div class="heading">Connection</div>
|
||||
|
||||
Reference in New Issue
Block a user