Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Serious bug not fixed
Message
From
10/06/2004 12:16:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
Serious bug not fixed
Miscellaneous
Thread ID:
00912289
Message ID:
00912289
Views:
53
* 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"
Next
Reply
Map
View

Click here to load this message in the networking platform