Closed chrfriese123 closed 10 months ago
Thank you for reporting this!
The issue is due to a bug in the extension. The extension checks whether the executed query is a SELECT statement, and if it is, the statement is wrapped with SELECT * FROM (<the original statement>) LIMIT 0
to get the list of columns. However, it seems that this logic broke in some version, and WITH ... UPDATE ...
is incorrectly classified as a SELECT statement. I'll fix it later.
Thanks for fast feedback.
Resolved in version 1.0.162.
Hello,
some time ago I used the following statement successfully to update my HomeAssistant SQL database
Now I have to repeat the script. With the exact same statement, I get the following error:
The plugin has latest version 1.0.161. When I downgrade the plugin to version 1.0.90 the statement works again.
Unfortunately I'm not an expert in SQL. Is there an issue with my initial statement or is there an issue with the implementation in the latest version?