Hi,
I have column name with underscore.
When i try to use the code:
TomatoDB::probe_id->untaint_columns(
printable => ["name"]
);I get: [Sun Mar 05 13:07:34 2006] [error] [client 127.0.0.1] Can't locate object method "untaint_columns" via package "TomatoDB::Probeid" (perhaps you forgot to load "TomatoDB::probe_id"?) at TomatoDB.pm line 27. I tried to change probe_id to Probeid and Probe_Id ... In the code above. With what name the table loads? Thanks, Kfir
