[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-developers] indexes in setup - what I don't like
From: |
Kai Hofmann |
Subject: |
[Phpgroupware-developers] indexes in setup - what I don't like |
Date: |
Tue, 16 Mar 2004 13:58:40 +0100 |
'ix' => array('comm_data', 'preferred', 'comm_descr_id', 'contact_id',
array('comm_id', 'contact_id', 'comm_descr_id')),
thats really not a good idea :(
should be:
'ix' => array('comm_data', 'preferred', 'comm_descr_id', 'contact_id'),
'ix' => array('comm_id', 'contact_id', 'comm_descr_id'),
or
'ixs' => array(array('comm_data', 'preferred', 'comm_descr_id',
'contact_id'),array('comm_id', 'contact_id', 'comm_descr_id'));
but please never mix these both styles :(((((
Kai/PowerStat
--
***** Open Source und Linux im professionellen Einsatz *****
** komplexe Mailserver, Groupware, Office: sprechen Sie uns an **
Dipl.-Inform. Kai Hofmann Team Softwarelösungen
pro|business AG, EXPO Plaza 1 (Deutscher Pavillon), 30539 Hannover
E-Mail: address@hidden, Tel.: 0511/60066-332, Fax: -355
WWW: http://www.probusiness.de/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-developers] indexes in setup - what I don't like,
Kai Hofmann <=