lovasoa / SQLpage

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

Remove obsolete comment. #330

Closed guiguid closed 1 month ago

guiguid commented 1 month ago

ON CONFLICT (xxx) DO NOTHING is natively supported by sqlite.

https://sqlite.org/lang_upsert.html

lovasoa commented 1 month ago

sorry, I should have read the docs more carefully. Thank you!