comparison tests/policy.ur @ 1199:c316ca3c9ec6

Pushing policies through
author Adam Chlipala <adamc@hcoop.net>
date Sun, 04 Apr 2010 12:29:34 -0400
parents
children 5eac14322548
comparison
equal deleted inserted replaced
1197:6d8e3dcb9713 1199:c316ca3c9ec6
1 table fruit : { Id : int, Nam : string, Weight : float }
2
3 policy query_policy (SELECT * FROM fruit)