lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.ophir.dev
MIT License
896 stars 63 forks source link

Tutorial invalid syntax #192

Closed deliciouslytyped closed 6 months ago

deliciouslytyped commented 6 months ago

Whats the deal with examples on the tutorial page using double single quotes for quoting? https://sql.ophir.dev/documentation.sql

For example:

SELECT ''list'' AS component, ''Popular websites'' AS title;

This seems broken and wrong

lovasoa commented 6 months ago

Where do you see it rendered like that? Can you provide a screenshot?

https://sql.ophir.dev/documentation.sql?component=list#component

lovasoa commented 6 months ago

Screenshot_20240119-094630_Firefox Beta.png

lovasoa commented 6 months ago

Oh, I see ! You are referring to https://sql.ophir.dev/your-first-sql-website/ !

Let's fix that !

lovasoa commented 6 months ago

Should be fixed now !

Thank you for reporting it, @deliciouslytyped !