不要怂,就是干,撸起袖子干!

Commit c411a9d4 by Dan Siroky Committed by Sushant

docs(operators): incorrect use of your (#8570)

1 parent a7d80f52
Showing with 1 additions and 1 deletions
...@@ -253,7 +253,7 @@ const connection = new Sequelize(db, user, pass, { operatorsAliases: false }); ...@@ -253,7 +253,7 @@ const connection = new Sequelize(db, user, pass, { operatorsAliases: false });
const connection2 = new Sequelize(db, user, pass, { operatorsAliases: { $and: Op.and } }); const connection2 = new Sequelize(db, user, pass, { operatorsAliases: { $and: Op.and } });
``` ```
Sequelize will warn you if your using the default aliases and not limiting them Sequelize will warn you if you're using the default aliases and not limiting them
if you want to keep using all default aliases (excluding legacy ones) without the warning you can pass the following operatorsAliases option - if you want to keep using all default aliases (excluding legacy ones) without the warning you can pass the following operatorsAliases option -
```js ```js
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!