fixed sqlitesingle object analyse + test

This commit is contained in:
Jan Prochazka
2021-11-11 08:25:23 +01:00
parent 6baeb58500
commit e0aeae5220
3 changed files with 48 additions and 5 deletions

View File

@@ -116,11 +116,11 @@ const engines = [
const filterLocal = [
// filter local testing
'MySQL',
'PostgreSQL',
'SQL Server',
'-MySQL',
'-PostgreSQL',
'-SQL Server',
'SQLite',
'CockroachDB',
'-CockroachDB',
];
module.exports = process.env.CITEST