Open kylesonaty opened 6 years ago
21bc350 isn't the best solution however it is a big improvement. It's still fragile in edge cases.
Also we should probably split that out into an ISqlParser
or something to make it easier for unit tests and in case we find a better solution.
Currently we just append sql for the type at the end. Lets actually handle other cases like order by.