view 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
line wrap: on
line source
table fruit : { Id : int, Nam : string, Weight : float }

policy query_policy (SELECT * FROM fruit)