X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fsqlite.sql;h=e521a15279b6e7baa3d8b7872ec14d6843c22f3a;hb=288e6ad6d542c05eca648edf62ce55f69d51edef;hp=22f416cd302145642fa3fd4cfaea1fa3cc35ae0d;hpb=51aa21e49fc3641fb160d392d628b1447891682d;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/sqlite.sql b/t/lib/sqlite.sql index 22f416c..e521a15 100644 --- a/t/lib/sqlite.sql +++ b/t/lib/sqlite.sql @@ -1,7 +1,8 @@ -- -- Created by SQL::Translator::Producer::SQLite --- Created on Sat Mar 6 11:57:45 2010 +-- Created on Sat Mar 6 18:04:27 2010 -- +; -- -- Table: artist @@ -444,4 +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, year, genreid, single_track FROM cd WHERE year = "2000" + SELECT cdid, artist, title, year, genreid, single_track FROM cd WHERE year = "2000" \ No newline at end of file