WIP: Transaction implementation

This commit is contained in:
2026-05-24 00:04:43 +02:00
parent e98dbe3338
commit 4da3bf231b
6 changed files with 419 additions and 131 deletions
+2
View File
@@ -100,6 +100,8 @@ func (t Table) GetInsertDML(count int) (string, error) {
}
}
dml.WriteString("RETURNING *")
return dml.String(), nil
}