using ilike instead of like for postgres

This commit is contained in:
Jan Prochazka
2021-06-24 11:49:02 +02:00
parent b99e3ed177
commit 989574bb52
3 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
export interface SqlDialect {
rangeSelect?: boolean;
limitSelect?: boolean;
ilike?: boolean;
rowNumberOverPaging?: boolean;
stringEscapeChar: string;
offsetFetchRangeSyntax?: boolean;