feat: offsetFirstSkipRangeSyntax support

This commit is contained in:
Pavel
2025-05-15 13:32:07 +02:00
parent 06055a7c4c
commit 7ac6cfcf25
3 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export interface SqlDialect {
topRecords?: boolean;
stringEscapeChar: string;
offsetFetchRangeSyntax?: boolean;
offsetFirstSkipSyntax?: boolean;
offsetNotSupported?: boolean;
quoteIdentifier(s: string): string;
fallbackDataType?: string;