[Dbix-class] No such column: me. error

Matt S Trout dbix-class at trout.me.uk
Tue Nov 22 19:21:33 CET 2005


On Tue, Nov 22, 2005 at 12:23:48PM -0500, Christopher H. Laco wrote:
> I'm stumped on this. I'm working through the Handel test suite and I'm
> getting this error on a write activity:
> 
> Where is the "me" in me.sku coming from?

Storage adds it - if you export DBIX_CLASS_STORAGE_DBI_DEBUG=1 (or set
$class->storage->debug(1) ) you'll be able to see the full SQL statement.
Storage always aliases the current able to 'me' currently in order to
distinguish it from joins and prefetches.

-- 
     Matt S Trout       Specialists in Perl consulting, web development, and
  Technical Director    UNIX/Linux systems architecture and automation. Mail
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

 + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Dbix-class mailing list