null+****@clear*****
null+****@clear*****
2012年 2月 15日 (水) 00:05:02 JST
Kouhei Sutou 2012-02-15 00:05:02 +0900 (Wed, 15 Feb 2012)
New Revision: 5872467de6aa49d3f73076fc02c292ec34a4a547
Log:
[test] fix a typo.
Modified files:
test/sql/suite/mroonga_storage/r/column_datetime_with_fractional_seconds_with_index.result
Modified: test/sql/suite/mroonga_storage/r/column_datetime_with_fractional_seconds_with_index.result (+1 -1)
===================================================================
--- test/sql/suite/mroonga_storage/r/column_datetime_with_fractional_seconds_with_index.result 2012-02-15 00:02:54 +0900 (7d5236e)
+++ test/sql/suite/mroonga_storage/r/column_datetime_with_fractional_seconds_with_index.result 2012-02-15 00:05:02 +0900 (678a762)
@@ -26,7 +26,7 @@ id title created_at
2 rainy day 2012-01-30 01:23:45.333000
3 cloudy day 2012-01-31 08:32:10.555500
SELECT * FROM diaries
-WHERE updated_at BETWEEN "2012-01-29 00:00:00.123456" AND
+WHERE created_at BETWEEN "2012-01-29 00:00:00.123456" AND
"2012-01-31 00:00:00.999999";
id title created_at
1 clear day 2012-01-29 21:51:01.111111