We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add operatorsAliases to the Sequelize Options interface.
operatorsAliases
Options
The type should object | boolean
object | boolean
This is needed to be able the follow the advice in this issue re: string-based operators.
The text was updated successfully, but these errors were encountered:
@devuxer thanks for reporting. This will be fixed with #166
Sorry, something went wrong.
Already fixed and released
Thanks, Robin. This finally allowed me to eliminate that warning about string-based operators.
No branches or pull requests
Please add
operatorsAliases
to the SequelizeOptions
interface.The type should
object | boolean
This is needed to be able the follow the advice in this issue re: string-based operators.
The text was updated successfully, but these errors were encountered: