Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Serious bug not fixed
Message
De
10/06/2004 14:47:57
 
 
À
10/06/2004 12:16:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00912289
Message ID:
00912373
Vues:
6
>
>* Thread #851100
>
>CLEAR
>CREATE CURSOR _TABLE (F1 INT NULL)
>
>INSERT INTO _TABLE VALUES (NULL)
>
>* BUG: this return 1 record, correct is 0 record
>SELECT 2 FROM _TABLE T1 WHERE T1.F1 NOT IN (SELECT F1 FROM _TABLE T2) INTO ARRAY zz
>? _TALLY, "Aspected 0"
>
>* BUG: this return 1 record, correct is 0 record
>SELECT 3 FROM _TABLE T1 WHERE T1.F1 <> ALL (SELECT F1 FROM _TABLE T2) INTO ARRAY zz
>? _TALLY, "Aspected 0"
>
Hi Fabio,

This is a known issue and it is going to be documented if not already.

Thanks,
Aleksey.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform