comparison 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
comparison
equal deleted inserted replaced
2212:388ba4dc7c96 2213:365727ff68f4
6 CREATE TABLE uw_Test_foo10(uw_id integer NOT NULL, uw_bar text NOT NULL, 6 CREATE TABLE uw_Test_foo10(uw_id integer NOT NULL, uw_bar text NOT NULL,
7 PRIMARY KEY (uw_id) 7 PRIMARY KEY (uw_id)
8 8
9 ); 9 );
10 10
11 11 CREATE TABLE uw_Test_tab(uw_id integer NOT NULL, uw_val integer NOT NULL,
12 PRIMARY KEY (uw_id)
13
14 );
15
16