sql terminator in oracle routines

This commit is contained in:
Jan Prochazka
2024-12-13 14:50:34 +01:00
parent a203480a72
commit 71c06e31f7
2 changed files with 4 additions and 4 deletions

View File

@@ -440,14 +440,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');