Baby Moose Starts Yet Again
Well is bug squish day here in the Moost-Pen
Yesterday I manged to get my test to fail properly I guess today I better start looking at fixing the code that is breaking starting with my update;
I left print warn on and in my output I am getting this
DBD::DBM::db prepare failed: Couldn't parse at C:/Dwimperl/perl/site/lib/DBI/DBD/SqlEngine.pm line 340
[for Statement "UPDATE user SET address = ?"] at
and a little playing about with a small test script I discovered that I have to add in a 'where' clause to make an update work. I first have to change my test a little;