Fix exceedingly sloppy SQLite warning workaround from 04ab4eb1
authorPeter Rabbitson <ribasushi@cpan.org>
Sat, 12 Oct 2013 12:40:30 +0000 (14:40 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 14 Oct 2013 13:02:08 +0000 (15:02 +0200)
commit1363f0f53a919445d2f88686592ceddc2786edaa
tree17d53dc5a01430065872d54cabca473a3232b448
parent3fdb36249cd083feb64aa6c8f260d95ea8cabcb9
Fix exceedingly sloppy SQLite warning workaround from 04ab4eb1

The previous version managed not only to *not* silence any warning but also
break the test checking for lack of said warnings. In addition the silencing
regex was unacceptably broad, possibly missing some important misbinds.

riba pull your shit together man
a.k.a. this is what happens when there are no code reviewers :(((
lib/DBIx/Class/Storage/DBI/SQLite.pm
t/752sqlite.t