pawelsalawa / sqlitestudio

A free, open source, multi-platform SQLite database manager.
https://sqlitestudio.pl
Other
4.67k stars 571 forks source link

Fix CREATE VIEW column list syntax support in the View window and in the smart query executor #5041

Closed tuffnatty closed 3 months ago

tuffnatty commented 3 months ago

The issue with the View window is reported in #4853. There was also an issue with the smart query executor which failed to properly inline such views.

pawelsalawa commented 3 months ago

I didn't realize it can get this complicated - I mean the "star" case. Good catch!

pawelsalawa commented 3 months ago

Cherry picked to 3.4 branch.