sql generate aliases automatically #1122

This commit is contained in:
SPRINX0\prochazka
2025-06-11 17:02:38 +02:00
parent a540b38151
commit 76d9a511b8
3 changed files with 34 additions and 11 deletions

View File

@@ -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>