fixed clickhouse test - skip nullability check

This commit is contained in:
Jan Prochazka
2024-10-31 08:59:12 +01:00
parent bdc40c2c02
commit 67386da136
2 changed files with 25 additions and 11 deletions

View File

@@ -186,11 +186,11 @@ const filterLocal = [
// filter local testing
'-MySQL',
'-MariaDB',
'PostgreSQL',
'-PostgreSQL',
'-SQL Server',
'-SQLite',
'-CockroachDB',
'-ClickHouse',
'ClickHouse',
];
const enginesPostgre = engines.filter(x => x.label == 'PostgreSQL');