v.0.2.2
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'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'