ฉันได้รับข้อผิดพลาดด้านล่างของ expressJs ด้วย Sequelize
DeprecationWarning: A boolean value was passed to options.operatorsAliases. This is a no-op with v5 and should be removed.
มีความคิดใดที่จะแก้ไขปัญหานี้?
ฉันได้รับข้อผิดพลาดด้านล่างของ expressJs ด้วย Sequelize
DeprecationWarning: A boolean value was passed to options.operatorsAliases. This is a no-op with v5 and should be removed.
มีความคิดใดที่จะแก้ไขปัญหานี้?
คำตอบ:
นี้ไม่ได้เป็นความผิดพลาดมันก็เป็นคำเตือนที่ระบุว่าการส่งผ่านค่าบูลีนไปoperatorsAliases
ใน sequelize options
จะเลิกใช้ใน v5
หากต้องการลบคำเตือนให้แทนที่ค่าบูลีนด้วย'1'
หรือ'0'
สำหรับจริงและเท็จตามลำดับ