mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2026-01-01 17:28:47 +01:00
feat(connector): add database transaction for testing
This commit is contained in:
@@ -18,3 +18,6 @@ finishResult:
|
||||
UPDATE ActionResult
|
||||
SET endState = ?, endUTC = ?
|
||||
WHERE id = ?;
|
||||
|
||||
lastInsertedRowId:
|
||||
SELECT last_insert_rowid();
|
||||
|
||||
@@ -14,3 +14,6 @@ endTest:
|
||||
UPDATE Test
|
||||
SET endUTC = ?
|
||||
WHERE id = ?;
|
||||
|
||||
lastInsertedRowId:
|
||||
SELECT last_insert_rowid();
|
||||
|
||||
Reference in New Issue
Block a user