Mark Constable writes:
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 ?
A custom query option already exists. I see no reason to do anything more.