Mercurial > urweb
comparison src/cjr_print.sml @ 880:8e9f2d247dba
Testing nested queries
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Fri, 17 Jul 2009 12:25:34 -0400 |
parents | b2a175a0f2ef |
children | 9c1b7e46eed2 |
comparison
equal
deleted
inserted
replaced
879:b2a175a0f2ef | 880:8e9f2d247dba |
---|---|
1603 string ".", | 1603 string ".", |
1604 string proj, | 1604 string proj, |
1605 space, | 1605 space, |
1606 string "=", | 1606 string "=", |
1607 space, | 1607 space, |
1608 p_getcol {wontLeakStrings = wontLeakStrings, | 1608 p_getcol {loc = loc, |
1609 wontLeakStrings = wontLeakStrings, | |
1609 col = i, | 1610 col = i, |
1610 typ = sql_type_in env t}, | 1611 typ = sql_type_in env t}, |
1611 string ";", | 1612 string ";", |
1612 newline]) outputs, | 1613 newline]) outputs, |
1613 newline, | 1614 newline, |