Skip to content

Add support for placeholders that begin with a _#7

Draft
rmullenix wants to merge 1 commit into
mysqljs:masterfrom
rmullenix:master
Draft

Add support for placeholders that begin with a _#7
rmullenix wants to merge 1 commit into
mysqljs:masterfrom
rmullenix:master

Conversation

@rmullenix
Copy link
Copy Markdown

This adds support for placeholder names that begin with an underscore (_)

  • Adds test demonstrating feature

@rmullenix
Copy link
Copy Markdown
Author

What is this PR for?

Adds support for placeholder names that begin with an underscore (this is valid syntax for both MySQL column names and JS properties)

@TimShilov
Copy link
Copy Markdown

Just stumbled on the same issue. Is there a reason why this PR isn't merged for so long? It seems like a tiny and pretty safe fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Does not accept placeholder names that begin with underscore ('_')

3 participants