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

Click here to load this message in the networking platform