Skip to content

Commit

Permalink
Fix typo in upgrade to v7 page (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyStevenz authored Sep 21, 2023
1 parent f8e0d5d commit 12485ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/other-topics/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ sql.where(sql.attribute('firstName'), Op.like, 'foo');

*Pull Request [#15598]*

Both `Op.or` and `Op.not` used to produce `'0=1'` if their object or array was empty. Both of them are not completely ignored instead:
Both `Op.or` and `Op.not` used to produce `'0=1'` if their object or array was empty. Both of them are now completely ignored instead:

```ts
User.findAll({
Expand Down

0 comments on commit 12485ce

Please sign in to comment.