Using 7.2.2 on a Mac with Node.JS and MS SQL Server.
When I open an existing server action file I created several versions ago, about a year ago, and make any change to the query and click “save”, the files gets corrupted.
So here I have a simple query with a join.
When I add another column to the query, it looks ok at first,
but when I open the query back up, it changes to Select All:
And of course when I run the query it causes all types of errors. It also renames the join and repeats the table name:
This happens on every server action file I open and modify. Here is the original code file and the modified file in a diff compare, and there are a lot of differences after just adding the column:
This happened first on 7.2.1, then I updated to 7.2.2 thinking it was a bug that was fixed, but it is still happening. As on now, I’m dead in the water and just missed a deadline.
Anyone else seeing this issue?