view tests/league.ur @ 1827:6b86ca4b0908

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Tue, 25 Sep 2012 08:29:27 -0400
parents 5ecf67553da8
children
line wrap: on
line source
type team = string
type league = string

table team : { Id : team,
               League : league }

val foo = queryL(SELECT * FROM team)
val bar : int = "hi"