fitsharp icon indicating copy to clipboard operation
fitsharp copied to clipboard

query spans multiple lines

Open jediwhale opened this issue 14 years ago • 0 comments

When a query spans multiple lines and the additional lines are not indented, the lines are not joined properly and create an error.

For example, using SqlServerTest

this works: !|Query|select top 3 table_schema, table_name from information_schema.tables| |"table_schema"?|"table_name"?| |||

this works: !|Query|!-select top 3 table_schema, table_name from information_schema.tables-!| |"table_schema"?|"table_name"?| |||

this works: !|Query|!-select top 3 table_schema, table_name from information_schema.tables-!| |"table_schema"?|"table_name"?| |||

this does not work: !|Query|!-select top 3 table_schema, table_name from information_schema.tables-!| |"table_schema"?|"table_name"?| |||

jediwhale avatar Dec 21 '10 17:12 jediwhale