waldo1001 / crs-al-language-extension

Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.
MIT License
34 stars 43 forks source link

[BUG] Quotation marks are added to reports/queries #251

Closed Lazys closed 2 years ago

Lazys commented 2 years ago

The version v1.5.13 introduces bug - qutation marks are added automatically and I think randomly to queries and reports: image

On the version v1.5.12 the issue did not occure.

waldo1001 commented 2 years ago

Ok, I figured it out. The reason why this is happening is the underscores. You're right, I should have included that from starters .. :-/.

Not sure what I should do now, because when I introduce this change, it's going to remove the quotes for all fields with underscores.. causing unwanted changes again 🤔.

waldo1001 commented 2 years ago

Release is on the way: https://github.com/waldo1001/crs-al-language-extension/actions/runs/2616988311

Lazys commented 2 years ago

I've downloaded the newest version and I do confirm that the issue has been resolved. Thanks a lot for such quick bugfix :)