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

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.