annotate tests/cantSql.ur @ 2261:f81f1930c5d6

Fix SQL-parsing and declaration-ordering bugs.
author Ziv Scully <ziv@mit.edu>
date Wed, 30 Sep 2015 00:33:52 -0400
parents 218e2a9a53d0
children
rev   line source
adam@1623 1 datatype foo = Bar of int
adam@1623 2
adam@1623 3 table bad : { A : foo, B : { X : float } }