diff caching-tests/test.sql @ 2213:365727ff68f4

Complete overhaul: cache queries based on immediate query result, not eventual HTML output.
author Ziv Scully <ziv@mit.edu>
date Tue, 14 Oct 2014 18:05:09 -0400
parents 01c8aceac480
children f7113855f3b7
line wrap: on
line diff
--- a/caching-tests/test.sql	Mon Sep 15 20:01:16 2014 -0400
+++ b/caching-tests/test.sql	Tue Oct 14 18:05:09 2014 -0400
@@ -8,4 +8,9 @@
    
   );
   
-  
\ 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