Hi all, I am new to Wappler and currently going through the excellent tutorial by @Hyperbytes (thanks by the way, "coffee" is coming ).
As a former DB-engineer (SQL Server) there is one thing that irks me: in the tutorial the SQL preview in query builder always shows the proper ANSI syntax. That is: upper case keywords like SELECT, INNER JOIN, WHERE etc. and nicely formatted, like
SELECT *
FROM table
WHERE criteria
In my preview (Version 6.8.0) everything is in one continuous string and lower case:
select * from table where criteria
How can I make the preview look "correct"? I wasn't able to find any setting.
Any help is much appreciated.