mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 17:36:00 +00:00
bulk inserter - fixes for mysql and postgres
This commit is contained in:
@@ -6,7 +6,7 @@ const MySqlDumper = require('./MySqlDumper');
|
||||
const dialect = {
|
||||
rangeSelect: true,
|
||||
stringEscapeChar: '\\',
|
||||
fallbackDataType: 'nvarchar(max)',
|
||||
fallbackDataType: 'longtext',
|
||||
quoteIdentifier(s) {
|
||||
return '`' + s + '`';
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user