Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Serious bug not fixed
Message
De
11/06/2004 04:01:44
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00912289
Message ID:
00912563
Vues:
6
VFP Data Engine allow a null expression into the where condition,
and this is a bug on the VFP Parser:

Run this:
CLEAR
CREATE CURSOR _TABLE (F1 L NULL)

SELECT 2 FROM _TABLE T1 WHERE ! .NULL. INTO ARRAY zz   && this skip the row
SELECT 2 FROM _TABLE T1 WHERE .NULL. INTO ARRAY zz     && this fire a syntax error
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform