SQLite 3.53.0

71 points by EvanHahn


JulianWgs

Enhance ALTER TABLE to permit adding and removing NOT NULL and CHECK constraints.

That‘s awesome! Hope they continue to enhance ALTER TABLE even more, because it is such annoying limitation.

Does anyone know if the sqlite team ever responded to Turso reimplementing sqlite in Rust?

hmpc

Always use a sort-and-merge algorithm for EXCEPT, INTERSECT, and UNION, since this is almost always faster than using a hash table.

Does anyone have more information about this? I'm curious about the benchmarks they used and whether they dug further into the performance differences.

simonw

Here's a playground UI for trying the new results formatter library (built from my phone with Claude Code).

mond

Over here I'm wishful and hoping that maybe someday we'll get Pipe syntax in SQLite, but this release is not the one, and it's probably wishful thinking.

adeolemon

I love SCREAMING in my head when reading about SQL semantics, I don’t know why.

Anyone else? Am I just weird?