[Dbix-class] New user with JOIN problem

Matt S Trout dbix-class at trout.me.uk
Wed May 13 16:15:34 GMT 2009


On Wed, May 13, 2009 at 03:18:20PM +0100, Chris Cole wrote:
> > Then we can make a start at helping you - currently your database is too
> > broken.
> 
> That's what's confusing me. How come the SQL works fine?

MyISAM == broken, unless you -really- know what you're doing. No foreign
key support, no rollback in transactions, etc.

Bad. Wrong. No. Don't do it.

-- 
        Matt S Trout         Catalyst and DBIx::Class consultancy with a clue
     Technical Director      and a commit bit: http://shadowcat.co.uk/catalyst/
 Shadowcat Systems Limited
  mst (@) shadowcat.co.uk        http://shadowcat.co.uk/blog/matt-s-trout/



More information about the DBIx-Class mailing list