Sequelize broken with v2.3.1
See original GitHub issueHello,
Long-time user of sequelize + mysql2 here. Our build starts to fail when upgrading to v2.3.1 of your library. I didn’t investigate deeply yet but the error we’re getting is
SequelizeDatabaseError: Cannot read property 'parse' of undefined
at Query.formatError (node_modules/sequelize/lib/dialects/mysql/query.js:265:16)
at Query.run (node_modules/sequelize/lib/dialects/mysql/query.js:77:18)
I can also open an issue there if you feel the issue is on their side, but you released a minor version wich isn’t supposed to contain breaking changes.
I can provide logs, reproduction repo, anything you’d need to debug.
Cheers, David
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:22 (11 by maintainers)
Top Results From Across the Web
NODE CRASHING BUG => Broken NPM Module #4878 - GitHub
The bluebird module required by sequelize version number 3.13.0 causes a node cascade failure on the entire application stack.
Read more >Sequelize Versioning Policy
Sequelize Versioning Policy. Sequelize follows semantic versioning (semver) principles. Learn more about semver here. This page regroups information related ...
Read more >Running npx sequelize init isn't working (Example) - Treehouse
Whenever I run npx sequelize init, it says npx: ins... ... npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+.
Read more >Manual | Sequelize - ESDoc Hosting Service
Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, ...
Read more >Sequelize: Concat fields in WHERE LIKE clause
You'll need something like this var criteria = { where: Sequelize.where(Sequelize.fn("concat", Sequelize.col("firstname"), Sequelize.col("lastname")), ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @sidorares
On a side note, deprecating the version on npm would be a great move forward too. Automated dependency upgrades are spreading in user’s repositories…
Cheers, David
@sidorares let’s close this?