HackerTrans
TopNewTrendsCommentsPastAskShowJobs

matthijs

no profile record

comments

matthijs
·3 lata temu·discuss
Using `truncate` in combination with `cascade` is another that I found unexpected:

"Automatically truncate all tables that have foreign-key references to any of the named tables, or to any tables added to the group due to CASCADE."

So it will simply clear out other tables that reference table to truncate, even if you have `on delete set null` and the foreign key column is null.

https://www.postgresql.org/docs/current/sql-truncate.html
matthijs
·4 lata temu·discuss
Yes, looks very similar: https://cssinspector.com/
matthijs
·4 lata temu·discuss
I was hoping for a more affordable 6K 32 (or 30) inch monitor but I'm afraid that won't happen anytime soon.
matthijs
·16 lat temu·discuss
How do you store the words? In memory or do you use something like redis, mysql?