[Groonga-commit] groonga/grngo at 686d19e [master] Add missing value types.

Back to archive index

susumu.yata null+****@clear*****
Fri Jul 31 11:31:16 JST 2015


susumu.yata	2015-07-31 11:31:16 +0900 (Fri, 31 Jul 2015)

  New Revision: 686d19e4284af4828d3bfec6257d69c9b5df8d89
  https://github.com/groonga/grngo/commit/686d19e4284af4828d3bfec6257d69c9b5df8d89

  Message:
    Add missing value types.

  Modified files:
    grngo_test.go

  Modified: grngo_test.go (+4 -3)
===================================================================
--- grngo_test.go    2015-07-31 10:34:14 +0900 (65a776c)
+++ grngo_test.go    2015-07-31 11:31:16 +0900 (b852b62)
@@ -487,10 +487,11 @@ func TestColumn(t *testing.T) {
 	defer removeTempDB(t, dirPath, db)
 	valueTypes := []string{
 		"Bool", "Int8", "Int16", "Int32", "Int64", "UInt8", "UInt16", "UInt32",
-		"UInt64", "Float", "Time", "TokyoGeoPoint", "WGS84GeoPoint",
+		"UInt64", "Float", "Time", "ShortText", "Text", "LongText",
+		"TokyoGeoPoint", "WGS84GeoPoint",
 		"[]Bool", "[]Int8", "[]Int16", "[]Int32", "[]Int64", "[]UInt8", "[]UInt16",
-		"[]UInt32", "[]UInt64", "[]Float", "[]Time", "[]TokyoGeoPoint",
-		"[]WGS84GeoPoint",
+		"[]UInt32", "[]UInt64", "[]Float", "[]Time", "[]ShortText", "[]Text",
+		"[]LongText", "[]TokyoGeoPoint", "[]WGS84GeoPoint",
 	}
 	ids := make([]uint32, 100)
 	for i := 0; i < len(ids); i++ {
-------------- next part --------------
HTML����������������������������...
Download 



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