SQLxD Part 22 — Query parser
This is the twenty second part of the SQLxD series. For your convenience you can find other parts in the table of contents in Part 1 – XML Transformation For parsing queries we use IronPython. Let’s begin with C# code for executing PLY engine: And now goes the parser: This is simply an implementation of … Continue reading SQLxD Part 22 — Query parser