Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: Binary index incorrect error
Message
 
 
To
25/08/2005 08:28:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01043794
Message ID:
01044439
Views:
12
Looks like a bug to me. Both functions don't return NULL under any circumstances so they satisfy requrements for BINARY indexes.

>
>ON ERROR
>CREATE CURSOR testBinary (aa i NULL)
>* they don't have to fail because they cannot return null
>INDEX ON EMPTY(aa) TAG bitmap BINARY
>INDEX ON ISNULL(aa) TAG bitmap BINARY
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform