diff caching-tests/test.ur @ 2238:7f92d70a326e

Only use string (rather than numeric, etc.) primitives in parsed SQL statements.
author Ziv Scully <ziv@mit.edu>
date Mon, 06 Jul 2015 01:31:04 -0700
parents fab8c1f131a5
children f70a91f7810d
line wrap: on
line diff
--- a/caching-tests/test.ur	Sun Jul 05 23:57:28 2015 -0700
+++ b/caching-tests/test.ur	Mon Jul 06 01:31:04 2015 -0700
@@ -14,7 +14,7 @@
 
 fun flush id =
      dml (UPDATE tab
-          SET Val = 42
+          SET Id = 29, Val = 42
           WHERE Id = {[id]} OR Id = {[id - 1]} OR Id = {[id + 1]});
     return <xml><body>
       Changed {[id]}!