Skip Menu |

This queue is for tickets about the Class-DBI-FromForm CPAN distribution.

Report information
The Basics
Id: 15609
Status: new
Priority: 0/
Queue: Class-DBI-FromForm

People
Owner: Nobody in particular
Requestors: asuffield [...] suffields.me.uk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: using UNIVERSAL::can to detect columns is inaccurate
update_from_form calls $them->can to detect whether the table class has a given column - this breaks when your form has fields with names that exist as genuine methods in the class. The appropriate function for this purpose appears to be $them->find_column.