Revert "fix: fix tx insert into"

This reverts commit b9887bcff9.
This commit is contained in:
Qishuai Liu 2024-07-25 18:06:20 +09:00
parent ef4e632a9d
commit 396dd90718
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@ func (t transaction) SelectFrom(tables ...Table) selectWithTables {
func (t transaction) InsertInto(table Table) insertWithTable {
return insertStatus{
method: "INSERT",
scope: scope{
Transaction: &t,
Tables: []Table{table},