This commit is contained in:
Jan Prochazka
2021-11-18 07:51:06 +01:00
parent bb67925f6f
commit f8fcf266f6
2 changed files with 8 additions and 9 deletions

View File

@@ -39,9 +39,9 @@ const drivers = driverBases.map(driverBase => ({
rowsAsArray: true,
supportBigNumbers: true,
bigNumberStrings: true,
dateStrings: true,
// TODO: test following options
// multipleStatements: true,
// dateStrings: true,
});
connection._database_name = database;
return connection;