Upgrading SQLite (and the up arrow key)
Posted by Tom on December 17th, 2012I noticed the current version of SQLite now supports foreign key constraints. (Previous versions would parse the definition, but not enforce the constraint.) I wanted to take advantage of this in a project I’m working on, but it was oddly a bit convoluted to get there. I don’t know why my installed version was more [...]
