Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Serious bug not fixed
Message
De
10/06/2004 12:16:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
Serious bug not fixed
Divers
Thread ID:
00912289
Message ID:
00912289
Vues:
54
* 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"
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform