[Bast-commits] r9015 - DBIx-Class/0.08/trunk/t/lib
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Tue Mar 16 15:49:45 GMT 2010
Author: ribasushi
Date: 2010-03-16 15:49:45 +0000 (Tue, 16 Mar 2010)
New Revision: 9015
Modified:
DBIx-Class/0.08/trunk/t/lib/sqlite.sql
Log:
Regenerate test DDL
Modified: DBIx-Class/0.08/trunk/t/lib/sqlite.sql
===================================================================
--- DBIx-Class/0.08/trunk/t/lib/sqlite.sql 2010-03-16 01:55:27 UTC (rev 9014)
+++ DBIx-Class/0.08/trunk/t/lib/sqlite.sql 2010-03-16 15:49:45 UTC (rev 9015)
@@ -1,8 +1,7 @@
--
-- Created by SQL::Translator::Producer::SQLite
--- Created on Sat Mar 6 18:04:27 2010
+-- Created on Tue Mar 16 16:49:23 2010
--
-;
--
-- Table: artist
@@ -448,4 +447,4 @@
-- 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";
More information about the Bast-commits
mailing list