Skip to content

Commit

Permalink
fix: fix tx insert into
Browse files Browse the repository at this point in the history
  • Loading branch information
VarusHsu committed Feb 7, 2024
1 parent 8cb8992 commit b9887bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ 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},
Expand Down

0 comments on commit b9887bc

Please sign in to comment.