X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fsqlite.sql;h=4d7905f76bd119b773879e2830872b09a9896e4e;hb=6469dabf60e2e7f7ca05122ec8bd4497e07bab2f;hp=888ccd09eee6f43969ee7fb23c57ef0550a6e3dc;hpb=d867eedaa703200d7f0bc329836e99b6bd22bc39;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/sqlite.sql b/t/lib/sqlite.sql index 888ccd0..4d7905f 100644 --- a/t/lib/sqlite.sql +++ b/t/lib/sqlite.sql @@ -1,8 +1,8 @@ --- Created on Tue Aug 25 12:34:34 2009 -- - - -BEGIN TRANSACTION; +-- Created by SQL::Translator::Producer::SQLite +-- Created on Sat Jan 30 19:18:55 2010 +-- +; -- -- Table: artist @@ -260,8 +260,6 @@ CREATE TABLE forceforeign ( cd integer NOT NULL ); -CREATE INDEX forceforeign_idx_artist ON forceforeign (artist); - -- -- Table: self_ref_alias -- @@ -344,8 +342,6 @@ CREATE TABLE cd_artwork ( cd_id INTEGER PRIMARY KEY NOT NULL ); -CREATE INDEX cd_artwork_idx_cd_id ON cd_artwork (cd_id); - -- -- Table: liner_notes -- @@ -354,8 +350,6 @@ CREATE TABLE liner_notes ( notes varchar(100) NOT NULL ); -CREATE INDEX liner_notes_idx_liner_id ON liner_notes (liner_id); - -- -- Table: lyric_versions -- @@ -451,6 +445,4 @@ CREATE INDEX fourkeys_to_twokeys_idx_t_artist_t_cd ON fourkeys_to_twokeys (t_art -- View: year2000cds -- CREATE VIEW year2000cds AS - SELECT cdid, artist, title FROM cd WHERE year ='2000'; - -COMMIT; + SELECT cdid, artist, title, year, genreid, single_track FROM cd WHERE year = "2000" \ No newline at end of file