[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nss-mysql-devel] [Patch #1316] Allow for explicit table/where clause f
From: |
nobody |
Subject: |
[Nss-mysql-devel] [Patch #1316] Allow for explicit table/where clause for group membership |
Date: |
Mon, 24 Mar 2003 18:28:23 -0500 |
Patch #1316 has been updated.
Project:
Category: None
Status: Open
Summary: Allow for explicit table/where clause for group membership
Follow-Ups:
Date: Fri 03/21/03 at 22:28
By: nemies
Comment:
We're using complex table phrases that already have LEFT JOINs in them, so the
auto-join that the group membership code does ends up not making any sense.
For this situation, we needed a way to explicitly specify the table and where
clauses.
-------------------------------------------------------
Date: Mon 03/24/03 at 22:22
By: gmorin
Comment:
Hey,
Thank you for the patch. That is an interesting feature. I have a question
though. You specified "1" in the parser.c struct, it means that those fields
are mandatory. iiuc that should be not the case. Could you confirm that ?
TIA.
Guillaume.
-------------------------------------------------------
Date: Mon 03/24/03 at 23:28
By: nemies
Comment:
Oh! No, those shouldn't be mandatory. I was just following the format of the
table. I honestly didn't look up what it meant. :)
If it's "0", will it still get initialized to an empty string if the option is
missing? The code that tests for that option depends on it.
-------------------------------------------------------
-------------------------------------------------------
For more info, visit:
http://savannah.nongnu.org/patch/?func=detailpatch&patch_id=1316&group_id=443