release: v1.5.0 by albin3 · Pull Request #59 · JavaScriptor/js-sql-parser
-
in test file, the case
place holder supportandplace holder support2are almost the same, what's the difference between the 2 cases, I mean, maybeplace holder support2is not necessary. -
It seems the syntax only support some sql like
select ${a} from brather thanselect a from ${a}. If that's intentional,, I think you could make it more clear in the README.