mistic100 / mistic100/jQuery-QueryBuilder
[Feature] option to wrap the column names with backticks
Open
@mistic100 is already working on this.
Since Jun 7, 2018.
feature
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 544
- PR merge metrics
- No merged PRs in 30d
Description
as per https://github.com/mistic100/sql-parser/issues/5
have the output'ed sql output something like `column`="1" instead of as it is now column="1"
i would suggest it gets added in as an "option" to not break backwards compatibility.
alternatively add in a "column_name_prefix" and "column_name_suffix" option?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.