Skip to content

v.0.2.2

Choose a tag to compare

@vitaly-t vitaly-t released this 28 Feb 12:50
· 118 commits to master since this release

Fixing an issue with compression for multi-line text, when compressing the following SQL:

select '
text'

would result in:

selectE'\ntext'

It is now formatted correctly as:

select E'\ntext'