NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
It's not DBIx-Class (Score:1)
It's actually DBI (or the DBD, I'm not quite sure) which is taking a look at the scalar itself to figure out if it's numerical or not. What you could try is this:
Ordinary morality is for ordinary people. -- Aleister Crowley
Reply to This
Re: (Score:1)
I just had to import things into a database and tried this method to resolve a find_or_create({}).
It worked perfectly, thank you!