fixed some tests

This commit is contained in:
Jan Prochazka
2024-12-13 12:46:22 +01:00
parent ad4a599800
commit 35d791bee4
3 changed files with 19 additions and 13 deletions

View File

@@ -424,14 +424,14 @@ end;$$`,
const filterLocal = [
// filter local testing
'-MySQL',
'MySQL',
'-MariaDB',
'-PostgreSQL',
'-SQL Server',
'-SQLite',
'-CockroachDB',
'-ClickHouse',
'Oracle',
'-Oracle',
];
const enginesPostgre = engines.filter(x => x.label == 'PostgreSQL');