simpleSqlParser
simpleSqlParser copied to clipboard
Add parsing logic to ignore comments and SET statements
Hi!
1/ What kind of comments should the parse ignore? I'm not sure if it would be easy or not to implement, but the first step is to define the expected behavior!
2/ I'm not sure to understand why SET statements should be ignored, as the parser doesn't support parsing multiple queries at once (at least currently). Could you explain me?
Also, your requests are based on the v2 version (see v2 branch), right?