Comment 1 for bug 1035217

Revision history for this message
Frederic Descamps (lefred) wrote :

This is patch seems to solves this issue (at least it does work for me). The patch was initially written by mushu, but it wasn't handling entries like :

; (query with only semicolon)
select * from blah; # comment
select * form blah; /* other comment */

It's the first time I write C++ so please review and comment gently ;-)

Cheers,

lefred