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