view tests/cantSql.ur @ 1939:c52365a4ce41

No need to ROLLBACK after a failed COMMIT
author Adam Chlipala <adam@chlipala.net>
date Wed, 25 Dec 2013 11:43:41 -0500
parents 218e2a9a53d0
children
line wrap: on
line source
datatype foo = Bar of int

table bad : { A : foo, B : { X : float } }