Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [Andy] GT::SQL::Condition not structured correctly?

Quote Reply
Re: [Andy] GT::SQL::Condition not structured correctly? In reply to
Hi Andy,

Is this a typing error?:

my $cond = GT::SQL::Condition->new('Message.msg_username','=',$USER->{user_username} =>, 'PMFoldersIDs.folder_id' => '=' => $folder_id);

Edit: Also, I don't think you should need a Condition for this - can't you just put it in the count/select statement?

Last edited by:

afinlr: Jul 6, 2004, 12:36 PM
Subject Author Views Date
Thread GT::SQL::Condition not structured correctly? Andy 3457 Jul 6, 2004, 8:28 AM
Thread Re: [Andy] GT::SQL::Condition not structured correctly?
afinlr 3343 Jul 6, 2004, 12:33 PM
Thread Re: [afinlr] GT::SQL::Condition not structured correctly?
Andy 3360 Jul 7, 2004, 1:02 AM
Thread Re: [Andy] GT::SQL::Condition not structured correctly?
afinlr 3332 Jul 7, 2004, 4:23 AM
Post Re: [afinlr] GT::SQL::Condition not structured correctly?
Andy 3335 Jul 7, 2004, 6:15 AM