This commit is contained in:
SPRINX0\prochazka
2025-06-11 11:09:07 +02:00
parent 2ef7c63047
commit 34bdb72ffd
4 changed files with 12 additions and 5 deletions

View File

@@ -20,6 +20,7 @@
useDatabaseInfo,
useDatabaseServerVersion,
useServerVersion,
useSettings,
useUsedApps,
} from '../utility/metadataLoaders';
@@ -55,6 +56,7 @@
$: apps = useUsedApps();
$: extendedDbInfo = extendDatabaseInfoFromApps($dbinfo, $apps);
$: connections = useConnectionList();
const settingsValue = useSettings();
// $: console.log('serverVersion', $serverVersion);
@@ -76,7 +78,8 @@
$serverVersion,
table => getDictionaryDescription(table, conid, database, $apps, $connections),
forceReadOnly || $connection?.isReadOnly,
isRawMode
isRawMode,
$settingsValue
)
: null;

View File

@@ -192,6 +192,8 @@ ORDER BY
]}
/>
<FormCheckboxField name="dataGrid.showAllColumnsWhenSearch" label="Show all columns when searching" defaultValue={false} />
<div class="heading">SQL editor</div>
<div class="flex">