Rule "findstate-tt" gives false positives because it does not take unique indexes into consideration.
FIND tt_customer WHERE tt_customer.cust-id=1 should be legal, knowing that there's a uniqe index on cust-id.
Log in to post a comment.