fitsharp
fitsharp copied to clipboard
query spans multiple lines
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"?| |||