feat: transform firebird model rows

This commit is contained in:
Pavel
2025-06-05 16:31:17 +02:00
parent b74b6b3284
commit 5760ada3b4
3 changed files with 13 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ describe('DB Import/export', () => {
systemConnection: conn,
driver,
folder: path.join(__dirname, '../../e2e-tests/data/my-guitar-shop'),
transformRow: engine.transformModelRow,
});
const res1 = await runQueryOnDriver(conn, driver, dmp => dmp.put(`select count(*) as ~cnt from ~categories`));