tberthel / jiql

Automatically exported from code.google.com/p/jiql
0 stars 0 forks source link

Line wrapping breaks insert queries #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create table test (value1 char(255), value2 char(255)) 
2. insert into `test` (value1, value2) values ('1', 
'2')

What is the expected output? What do you see instead?

jiql claims that value2 is missing column value even thought column clearly has 
value. 

What version of the product are you using? On what operating system?

Version from Dec 15 

Please provide any additional information below.

If you run same query without line breaks it works fine.

Original issue reported on code.google.com by antti.le...@otavanopisto.fi on 25 Mar 2011 at 7:54