Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
survivorbat committed Jul 6, 2023
1 parent ba38dff commit a5727b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion query.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func (d *gormLike) queryCallback(db *gorm.DB) {
exp.Exprs[index] = db.Session(&gorm.Session{NewDB: true}).Where(condition, value).Statement.Clauses["WHERE"].Expression
case clause.IN:
if d.conditionalTag {
fmt.Printf("EEEEEEEEEEEE")
columnName, ok := cond.Column.(string)
if !ok {
continue
Expand Down

0 comments on commit a5727b0

Please sign in to comment.