TarsCloud / TarsWeb

TARS Projects Dashboard
BSD 3-Clause "New" or "Revised" License
141 stars 99 forks source link

Sequelize syntax breaking changes after V5 #26

Closed ouliuquan closed 4 years ago

ouliuquan commented 5 years ago

Secure Operators With v4 you started to get a deprecation warning String based operators are now deprecated. Also concept of operators was introduced. These operators are Symbols which prevent hash injection attacks. http://docs.sequelizejs.com/manual/querying.html#operators

by Tars-C++ WeChatGroup 欧流全 and mq30