◐ Shell
clean mode source ↗

release: v1.5.0 by albin3 · Pull Request #59 · JavaScriptor/js-sql-parser

  1. in test file, the case place holder support and place holder support2 are almost the same, what's the difference between the 2 cases, I mean, maybe place holder support2 is not necessary.

  2. It seems the syntax only support some sql like select ${a} from b rather than select a from ${a}. If that's intentional,, I think you could make it more clear in the README.