mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
SYNC: sqlite - passed transaction test
This commit is contained in:
committed by
Diflow
parent
7d26dd5348
commit
fffd81267d
@@ -46,6 +46,9 @@ function multiTest(testName, testDefinition) {
|
||||
})
|
||||
);
|
||||
}
|
||||
if (localconfig.sqlite) {
|
||||
it(testName + ' Sqlite', () => testDefinition('Sqlite-connection', 'sqlite@dbgate-plugin-sqlite'));
|
||||
}
|
||||
}
|
||||
|
||||
describe('Mutli-sql tests', () => {
|
||||
|
||||
Reference in New Issue
Block a user