From 62abdfd0a23e35cbb1415ff48a0af3da9d702880 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Mon, 30 May 2011 07:48:08 -0400 Subject: Remember to remove explicit table projections in SQLite UPDATE SET values --- tests/t_t.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/t_t.ur (limited to 'tests/t_t.ur') diff --git a/tests/t_t.ur b/tests/t_t.ur new file mode 100644 index 00000000..9e38a30d --- /dev/null +++ b/tests/t_t.ur @@ -0,0 +1,3 @@ +table t : {A : int} + +task initialize = fn () => dml (UPDATE t SET A = A + 1 WHERE TRUE) -- cgit v1.2.3