Fix warning on thing => [ undef, ... ] q
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Mon, 28 Oct 2019 11:08:59 +0000 (11:08 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Fri, 24 Jul 2020 16:27:16 +0000 (16:27 +0000)
commit50aaa4e3821ffb6cdb7ed4c04ac4a04be61c271f
treeef02847ec8f8c24555e06901ee3d1da2e56645e4
parent663bb6862ddf26fcd6910f16952d9b0160782213
Fix warning on thing => [ undef, ... ]

In passing, change warnings_exist to warnings_like, to catch
unexpected warnings.
lib/SQL/Abstract.pm
t/02where.t