[Groonga-mysql-commit] mroonga/mroonga at 6a5b63e [master] test: update to the lasest behavior

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 11 16:11:31 JST 2013


Kouhei Sutou	2013-06-11 16:11:31 +0900 (Tue, 11 Jun 2013)

  New Revision: 6a5b63e9165482581e9b2f1b021239f905dbb11e
  https://github.com/mroonga/mroonga/commit/6a5b63e9165482581e9b2f1b021239f905dbb11e

  Message:
    test: update to the lasest behavior
    
    The latest implementation shows a warning for out of range datetime
    value.

  Modified files:
    test/sql/suite/mroonga/storage/column/datetime/64bit/version_55/r/out_of_range.result

  Modified: test/sql/suite/mroonga/storage/column/datetime/64bit/version_55/r/out_of_range.result (+1 -0)
===================================================================
--- test/sql/suite/mroonga/storage/column/datetime/64bit/version_55/r/out_of_range.result    2013-06-11 16:08:28 +0900 (7648913)
+++ test/sql/suite/mroonga/storage/column/datetime/64bit/version_55/r/out_of_range.result    2013-06-11 16:11:31 +0900 (913c50e)
@@ -16,6 +16,7 @@ INSERT INTO diaries (title, created_at)
 VALUES ('2012', '2012');
 Warnings:
 Warning	1264	Out of range value for column 'created_at' at row 1
+Warning	1265	Data truncated for column 'created_at' at row 1
 SELECT * FROM diaries;
 id	title	created_at
 1	2012	0000-01-01 00:00:00
-------------- next part --------------
HTML����������������������������...
Descargar 



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