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
When setting namedPlaceholders globally (connection level) to true, it's not possible to disable it at the query level.
namedPlaceholders
true
To reproduce, just uncomment this test:
node-mysql2/test/esm/integration/named-placeholders.test.mjs
Lines 18 to 29 in 41d21eb
The opposite will work fine:
Lines 31 to 44 in 41d21eb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When setting
namedPlaceholders
globally (connection level) totrue
, it's not possible to disable it at the query level.To reproduce, just uncomment this test:
node-mysql2/test/esm/integration/named-placeholders.test.mjs
Lines 18 to 29 in 41d21eb
The opposite will work fine:
node-mysql2/test/esm/integration/named-placeholders.test.mjs
Lines 31 to 44 in 41d21eb
The text was updated successfully, but these errors were encountered: