incremental data loading, flattened some sqltree types

This commit is contained in:
Jan Prochazka
2020-03-05 15:04:06 +01:00
parent 6b3e4e7cbf
commit d4b359f5a0
9 changed files with 45 additions and 33 deletions

View File

@@ -1,5 +1,6 @@
export interface SqlDialect {
rangeSelect?: boolean;
limitSelect?: boolean;
offsetFetchRangeSyntax?: boolean;
quoteIdentifier(s: string): string;
}