If I input the following SQL statement it causes SQLiteBrowser 3.0.2 to crash
select count(*) from Products
--comment
I have tried -- comments and /**/ comments in many other locations in relation to my query and they all seem to work fine. However it would be great if you could allow -- comments on the last line, or at least not crash! Thanks
If I input the following SQL statement it causes SQLiteBrowser 3.0.2 to crash
select count(*) from Products
--comment
I have tried -- comments and /**/ comments in many other locations in relation to my query and they all seem to work fine. However it would be great if you could allow -- comments on the last line, or at least not crash! Thanks