Hi,

i have this code:

$c->addMultipleJoin(array(
array(UserProceduraPeer::USER_ID, sfGuardUserProfilePeer::USER_ID ), array(UserProceduraPeer::USER_ID, sfGuardGroupPeer::ID), CRITERIA::INNER_JOIN));

but I'm getting this error:


   [wrapped: SQLSTATE[42S22]: Column not found: 1054 Unknown column
   'sf_guard_group.ID' in 'where clause']


This is the model in the sfGuardPlugin schema:

   sf_guard_group:
    _attributes:    { phpName: sfGuardGroup }
    id:             ~
name: { type: varchar, size: 255, required: true, index: unique }
    description:    { type: longvarchar }


I don't have any problems doing build-all-load and the column in the database has been created.

Any idea?

sf 1.4/propel

Regards

Javier


--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to