atom feed9 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Change Courie...
FromSent OnAttachments
Ricardo KleemannAug 22, 2003 2:56 am 
Sam VarshavchikAug 22, 2003 5:59 am 
Charlie DavisAug 22, 2003 12:58 pm 
Sander Holthaus - Orange XLAug 22, 2003 1:11 pm 
list...@serv.chAug 22, 2003 3:21 pm 
Sander Holthaus - Orange XLAug 22, 2003 6:08 pm 
Sam VarshavchikAug 22, 2003 7:38 pm 
Mark ConstableAug 23, 2003 12:06 am 
Sam VarshavchikAug 23, 2003 4:03 am 
Subject:Re: [courier-users] Re: Change Courier's MySQL Query?
From:Mark Constable (mar@renta.net)
Date:Aug 23, 2003 12:06:44 am
List:net.sourceforge.lists.courier-users

On Sat, 23 Aug 2003 12:36 pm, Sam Varshavchik wrote:

Charlie Davis writes:

Now, I was wondering if I can make it do a query like

SELECT MYSQL_UID_FIELD, MYSQL_GID_FIELD,... WHERE id="user_id" AND domain="domain_id"

Basically split up the login field. Bascially I want to have 2 seperate columns in my table instead of one for the user accounts. Splitting it up into aaa in one coloumn and bbb.com in another. This way I have a list of all my domains in my user table as well.

Only with the custom query option.

Sam, I've been working on a patch to expose the complete SQL query somewhat like how the "where" clause is currently handled.

Would something like this be acceptable perhaps ?

--markc