summaryrefslogtreecommitdiff
path: root/caching-tests/test.sql
diff options
context:
space:
mode:
authorGravatar Ziv Scully <ziv@mit.edu>2014-10-14 18:05:09 -0400
committerGravatar Ziv Scully <ziv@mit.edu>2014-10-14 18:05:09 -0400
commit75d1eedd15edc41b1c2bc9d1fce7a74f37bd78a1 (patch)
tree09a958bb9333b12cc118b14053cb9043e8a6463b /caching-tests/test.sql
parent8cf3a275f25ffcbb97d623c4e988fdcc81ef5978 (diff)
Complete overhaul: cache queries based on immediate query result, not eventual HTML output.
Diffstat (limited to 'caching-tests/test.sql')
-rw-r--r--caching-tests/test.sql7
1 files changed, 6 insertions, 1 deletions
diff --git a/caching-tests/test.sql b/caching-tests/test.sql
index 862245b7..efa271ec 100644
--- a/caching-tests/test.sql
+++ b/caching-tests/test.sql
@@ -8,4 +8,9 @@ CREATE TABLE uw_Test_foo01(uw_id integer NOT NULL, uw_bar text NOT NULL,
);
- \ No newline at end of file
+ CREATE TABLE uw_Test_tab(uw_id integer NOT NULL, uw_val integer NOT NULL,
+ PRIMARY KEY (uw_id)
+
+ );
+
+ \ No newline at end of file