annotate caching-tests/test.sql @ 2207:f0f7bf234893

Removes DBMS choice override from compiler.sml (which was there for debugging).
author Ziv Scully <ziv@mit.edu>
date Fri, 30 May 2014 12:00:00 -0400
parents 01c8aceac480
children 365727ff68f4
rev   line source
ziv@2204 1 CREATE TABLE uw_Test_foo01(uw_id integer NOT NULL, uw_bar text NOT NULL,
ziv@2204 2 PRIMARY KEY (uw_id)
ziv@2204 3
ziv@2204 4 );
ziv@2204 5
ziv@2204 6 CREATE TABLE uw_Test_foo10(uw_id integer NOT NULL, uw_bar text NOT NULL,
ziv@2204 7 PRIMARY KEY (uw_id)
ziv@2204 8
ziv@2204 9 );
ziv@2204 10
ziv@2204 11