explicit order criteria only on MSSQL #436

This commit is contained in:
Jan Prochazka
2023-02-04 15:58:45 +01:00
parent 57fa9335d4
commit 83ba530112
3 changed files with 11 additions and 7 deletions

View File

@@ -78,6 +78,7 @@ export interface EngineDriver {
supportsDatabaseDump?: boolean;
supportsServerSummary?: boolean;
supportsDatabaseProfiler?: boolean;
requiresDefaultSortCriteria?: boolean;
profilerFormatterFunction?: string;
profilerTimestampFunction?: string;
profilerChartAggregateFunction?: string;