aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/window.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2012-06-03 11:29:31 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2012-06-03 11:29:31 -0400
commit797db05343b520b16ea4f8eeab5fea6255d3284d (patch)
treedeacf0a9ebedccbc3e22fdb143c51d3dcc153a5b /tests/window.ur
parent858481a426ea3873440c3bed30eb563f8cf3480e (diff)
Lighter-weight encoding of window function use
Diffstat (limited to 'tests/window.ur')
-rw-r--r--tests/window.ur4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/window.ur b/tests/window.ur
index dc338a43..c0eaf6e2 100644
--- a/tests/window.ur
+++ b/tests/window.ur
@@ -1,6 +1,6 @@
table empsalary : { Depname : string,
- Empno : int,
- Salary : int }
+ Empno : int,
+ Salary : int }
fun main () : transaction page =
x <- queryX (SELECT empsalary.Depname, empsalary.Empno, empsalary.Salary,