Mercurial > urweb
comparison caching-tests/test.ur @ 2236:fab8c1f131a5
Major DNF-calculation performance decrapification.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Tue, 30 Jun 2015 01:56:22 -0700 |
parents | 0aae15c2a05a |
children | 7f92d70a326e |
comparison
equal
deleted
inserted
replaced
2235:0aae15c2a05a | 2236:fab8c1f131a5 |
---|---|
13 | 13 |
14 | 14 |
15 fun flush id = | 15 fun flush id = |
16 dml (UPDATE tab | 16 dml (UPDATE tab |
17 SET Val = 42 | 17 SET Val = 42 |
18 WHERE Id = {[id]} OR Id = {[id + 1]}); | 18 WHERE Id = {[id]} OR Id = {[id - 1]} OR Id = {[id + 1]}); |
19 return <xml><body> | 19 return <xml><body> |
20 Changed {[id]}! | 20 Changed {[id]}! |
21 </body></xml> | 21 </body></xml> |
22 | 22 |
23 (* fun flush id = *) | 23 (* fun flush id = *) |