Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pupizoid committed Apr 9, 2020
1 parent 88ed818 commit b4bb74c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ormlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ func queryWithOptions(ctx context.Context, db *sql.DB, table string, columns []s
keys = append(keys, fmt.Sprintf("%s&? > 0", k))
case BitwiseANDStrict:
keys = append(keys, fmt.Sprintf("%s&? = ?", k))
values = append(values, v)
case StrictString:
keys = append(keys, fmt.Sprintf("%s = ?", k))
default:
Expand Down

0 comments on commit b4bb74c

Please sign in to comment.