SYNC: sqlite - passed transaction test

This commit is contained in:
SPRINX0\prochazka
2025-02-25 15:10:57 +01:00
committed by Diflow
parent 7d26dd5348
commit fffd81267d
7 changed files with 97 additions and 24 deletions

View File

@@ -3,5 +3,5 @@ module.exports = {
postgres: true,
mssql: true,
oracle: true,
// sqlite: true,
sqlite: true,
};