On Mon, Jan 10, 2022 at 12:06:31PM +0200, Andrius Merkys wrote: > On 2022-01-08 00:02, Dan Bungert wrote: > > When built against sqlite 3.37 or newer, the build will fail in test. > > tests/cases/Database.pm_001.sh: FAILED: > > 2c2 > > < 'image' => 'blob' > > --- > > > 'image' => 'BLOB' > Your workaround works fine, but it may hide possible future regressions where > letter case is actually important. Since I am one of the upstream developers > I will see how this could be fixed upstream.
Yes, that's entirely sensible. I came to a similar conclusion when I realized that the 'create table' statements in the premade db files needed an update to be compatible with both 3.37 and 3.36. -Dan