mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
fixed oracle ILIKE #992
This commit is contained in:
@@ -10,7 +10,7 @@ const dialect = {
|
||||
limitSelect: false,
|
||||
offsetFetchRangeSyntax: true,
|
||||
rowNumberOverPaging: true,
|
||||
ilike: true,
|
||||
ilike: false,
|
||||
// stringEscapeChar: '\\',
|
||||
stringEscapeChar: "'",
|
||||
fallbackDataType: 'varchar(250)',
|
||||
|
||||
Reference in New Issue
Block a user