refactor(operators): use namespaced symbol names for operators (#10830)
BREAKING CHANGE: If you have relied on accessing sequelize operators via `Symbol.for('gt')` etc. you must now prefix them with `sequelize.operator` eg. `Symbol.for('sequelize.operator.gt')`
Showing
with
44 additions
and
39 deletions
-
Please register or sign in to post a comment