simpleSqlParser icon indicating copy to clipboard operation
simpleSqlParser copied to clipboard

Add parsing logic to ignore comments and SET statements

Open ConAntonakos opened this issue 9 years ago • 1 comments

ConAntonakos avatar Mar 10 '16 00:03 ConAntonakos

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?

dsferruzza avatar Mar 15 '16 22:03 dsferruzza