in reply to Re: set_sql, MySQL, Class::DBI and using a SQL LIMIT
in thread set_sql, MySQL, Class::DBI and using a SQL LIMIT

Thanks for the quick response. The discussion you pointed to was indeed very informative.

What I ended up doing was dynamically creating my set_sql string, thus when I call my search_withlimit call I don't need to pass it any parameters, so they can't get filled in incorrectly.
  • Comment on Re^2: set_sql, MySQL, Class::DBI and using a SQL LIMIT