[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [test] fix a typo.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:47:03 JST 2012


Kouhei Sutou	2012-02-15 00:05:02 +0900 (Wed, 15 Feb 2012)

  New Revision: 5872467de6aa49d3f73076fc02c292ec34a4a547
  https://github.com/mroonga/mroonga/commit/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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index