Albert

Results 2 issues of Albert

**Describe the bug** sqlfmt fails to parse valid SQL when using string literals that contain single quotes. **To Reproduce** ``` select '''' || 'quoted_text' || '''' ``` **Expected behavior** sqlfmt...

bug

**Describe the bug** When unary operators are used in column definition X, X is formatted to be in the same line as the previous column definition. A space is also...

bug