Transaction implementation (#2)
Go Tests / test (push) Failing after 6s

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-05-24 16:40:04 +00:00
parent e98dbe3338
commit a6ff01d694
7 changed files with 597 additions and 207 deletions
+2
View File
@@ -100,6 +100,8 @@ func (t Table) GetInsertDML(count int) (string, error) {
}
}
dml.WriteString("RETURNING *")
return dml.String(), nil
}