fix(named-placeholders): improve handling of mixed/nested quotes in query parsing#4011
Conversation
|
Hi and thanks, @Tushar-Banswal-spraxa 🙋🏻♂️ The named-placeholder is already updated in the package-lock.json:
For new installations, it already comes in the same version as above ( For users who already have MySQL2 installed, updating sub-dependencies doesn't usually happen by itself and depends on On the other hand, it's interesting to consider that named-placeholders is not "just" a sub-dependency: it is exposed to the end user and its patches are directly reflected in MySQL2 and its users. I believe that named-placeholder new releases should simultaneously generate new releases for MySQL2, just like the development dependencies we use (e.g., ESLint, Docusaurus, React), and they probably could receive the same or similar commit messages, for example: Note Using |
Upgrade
named-placeholdersfrom version 1.1.3 to 1.1.6We are using the
mysql2package in our application, and currently maintain a custom patch to address the following bug:This issue has been resolved in
named-placeholdersversion 1.1.6. Ifmysql2is updated to use this latest version, we will be able to remove our custom patch or resolution.This is a patch-level upgrade and does not introduce any breaking changes.