v.0.2.4
Improving some special cases of sql compression + general minification.
for the following case:
select'\ntext'to become:
select E'\ntext'and not this:
selectE'\ntext'i.e. injecting a leading space where necessary.
Improving some special cases of sql compression + general minification.
for the following case:
select'\ntext'to become:
select E'\ntext'and not this:
selectE'\ntext'i.e. injecting a leading space where necessary.