sqlite-utils now follows SQLite's own convention for treating column names as case insensitive, a change that turned out to touch a bunch of different places in the codebase.
To align with SQLite's built-in case-insensitive column naming, sqlite-utils had to modify multiple areas of its code, not just a single localized fix.