Some erroneous queries in date test
authorChristopher Browne <cbbrowne@ca.afilias.info>
Fri, 2 Aug 2013 21:43:36 +0000 (17:43 -0400)
committerChristopher Browne <cbbrowne@ca.afilias.info>
Fri, 2 Aug 2013 21:43:36 +0000 (17:43 -0400)
clustertest/regression/testdatestyles/init_data.sql
tests/testdatestyles/init_data.sql

index d2c79e6541825eec7ed7f580bfb7ab866a9422b8..384e057c9aed288f77cb7b61cdf4a48dc4ff5599 100644 (file)
@@ -2,8 +2,6 @@ insert into table1(ts, tsz, ds) values ('2006-01-01', '2006-06-01', '2007-01-01'
 insert into table1(ts, tsz, ds) values ('infinity', 'infinity', now());
 insert into table1(ts, tsz, ds) values ('-infinity', '-infinity', now());
 
-insert into table1 (ts, tsz, ds) values (
-
 -- Some nice dates that take place inside the time window that was
 -- a tad ambiguous in 2007 in that the definition of daylight savings time
 -- was changed - per Bill Moran
index ca4809e959610cfc08d9c8319f3e7a83fc01ad92..9e770187dc709ff56566028cec769bb53ce1097a 100644 (file)
@@ -2,8 +2,6 @@ insert into table1(ts, tsz, ds) values ('2006-01-01', '2006-06-01', '2007-01-01'
 insert into table1(ts, tsz, ds) values ('infinity', 'infinity', now());
 insert into table1(ts, tsz, ds) values ('-infinity', '-infinity', now());
 
-insert into table1 (ts, tsz, ds) values (
-
 -- Some nice dates that take place inside the time window that was
 -- a tad ambiguous in 2007 in that the definition of daylight savings time
 -- was changed - per Bill Moran