SQLite 1.34 includes more detail in the error, allow any message
starting with "datatype mismatch".
name => 'foo3',
},
]);
-} qr/\Qexecute_array() aborted with 'datatype mismatch'/, 'bad slice';
+} qr/\Qexecute_array() aborted with 'datatype mismatch\E\b/, 'bad slice';
is($rs->count, 0, 'populate is atomic');