changed the warning on DBIC::Storage::DBI->select_single so that it wont call fetch_...
authorJohn Napiorkowski <jjn1056@yahoo.com>
Tue, 6 May 2008 18:47:00 +0000 (18:47 +0000)
committerJohn Napiorkowski <jjn1056@yahoo.com>
Tue, 6 May 2008 18:47:00 +0000 (18:47 +0000)
commit1a4e8d7c8431df44e9cf1cc4f5d261390ec789c6
tree5af9d700fd72ee2fcf14fab8715956810b657694
parenteffaacdd097c336cd3eec6d4e095089350a2e106
changed the warning on DBIC::Storage::DBI->select_single so that it wont call fetch_* on an empty sth, updated tests for the above and added a todo test for the wrong count problem
lib/DBIx/Class/Storage/DBI.pm
t/61findnot.t
t/71mysql.t