Subject: | Doesn't Fields with spaces in them |
Crahses with a less than gracefull error:
undef error - DBD::mysql::st execute failed: Unknown column 'first' in 'field list' [for Statement "SELECT stamped, datahash, extension, first, inactive, last, flag, email, password, lastday, supervisor, extensionnote, incorporate
FROM CorporateEmployee
WHERE id=?
"] at /usr/lib/perl5/site_perl/5.8.0/DBIx/ContextualFetch.pm line 51.
The feild shoulw be 'First Name' and there should be at least some way for you to alias bad colum names to something usable. I.e. setup paramters that let you tell it first_name IS 'First Name' or something along those lines.
If this should be reported in a different module please let me know, but I can't figure out what modules is generating the SQL in this case.