in reply to Re^3: Class::DBI weirdness sql error
in thread Class::DBI weirdness sql error

:0)

Thanks for letting us know.

It is surprising to me that you can use InsideOut with it.

If you get a chance, please let us know how it works out!

Regards,

Replies are listed 'Best First'.
Re^5: Class::DBI weirdness sql error
by JavaFan (Canon) on Mar 04, 2009 at 10:27 UTC
    It is surprising to me that you can use InsideOut with it.
    It's my understanding that InsideOut only wants the parent class to implement objects with references. And since all Perl objects are blessed references, I'm not surprised you can use InsideOut to subclass Class::DBI.