js-sql-parser icon indicating copy to clipboard operation
js-sql-parser copied to clipboard

Support variables with '$' in queries

Open ahmedragab96 opened this issue 2 years ago • 1 comments

Example select * from some_table where userId=$userId

dollar sign variable is currently causing an error.

ahmedragab96 avatar Oct 12 '22 11:10 ahmedragab96

supported as ${param} at v1.5.0

albin3 avatar Oct 31 '23 05:10 albin3