phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [support #103400] schema_proc 'UNIQUE' feature wo


From: Caeies
Subject: [Phpgroupware-tracker] [support #103400] schema_proc 'UNIQUE' feature working like 'INDEX'
Date: Mon, 27 Sep 2004 04:42:25 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040614 Firefox/0.8

This mail is an automated notification from the support tracker
 of the project: phpGroupWare.

/**************************************************************************/
[support #103400] Latest Modifications:

Changes by: 
                Caeies <address@hidden>
'Date: 
                lun 27.09.2004 at 08:36 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | Caeies







/**************************************************************************/
[support #103400] Full Item Snapshot:

URL: <http://savannah.gnu.org/support/?func=detailitem&item_id=103400>
Project: phpGroupWare
Submitted by: Caeies
On: lun 27.09.2004 at 08:16

Category:  Feature Request
Priority:  5 - Normal
Severity:  5 - Average
Resolution:  None
Privacy:  Public
Assigned to:  Caeies
Originator Email:  
Status:  Open


Summary:  schema_proc 'UNIQUE' feature working like 'INDEX'

Original Submission:  Hi,

Ok, this is more a reminder than a real support request.

Can you (I :) implement the UNIQUE() in table creation in the same way we are 
handling the INDEX ones ... I mean :

if I build a table with :
uc => array(id,name),

I get in the Create table query : UNIQUE(id),UNIQUE(name)
and not as it is currently the case : UNIQUE(id,name)

To get this second behavior, use a :
uc => array(id,array(id,name))
which will be turned into UNIQUE(id), UNIQUE(id,name)

We should be aware of potential breaks from older apps that rely on this 
behavior.

Hope that I'm clear :)

Regards,
Caeies



CC List
-------

CC Address                          | Comment
------------------------------------+-----------------------------
skwashd                             | Are you sure I'm the right guys to do it 
? :)









For detailed info, follow this link:
<http://savannah.gnu.org/support/?func=detailitem&item_id=103400>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]