[Groonga-commit] groonga/grngo at e9cd0bb [master] Simplify a comment for TableOptions.

Back to archive index

susumu.yata null+****@clear*****
Wed Jun 24 10:15:00 JST 2015


susumu.yata	2015-06-24 10:15:00 +0900 (Wed, 24 Jun 2015)

  New Revision: e9cd0bbf78afb31e934e90420db52a1b60993153
  https://github.com/groonga/grngo/commit/e9cd0bbf78afb31e934e90420db52a1b60993153

  Message:
    Simplify a comment for TableOptions.
    
    GitHub: #8

  Modified files:
    grngo.go

  Modified: grngo.go (+2 -5)
===================================================================
--- grngo.go    2015-06-24 10:14:13 +0900 (1463743)
+++ grngo.go    2015-06-24 10:15:00 +0900 (dcd63e8)
@@ -102,11 +102,8 @@ func (dataType DataType) String() string {
 
 // -- TableOptions --
 
-// Flags of TableOptions accepts one of the TableNoKey, TablePatKey,
-// TableDatKey and TableHashKey.
-// KeyWithSIS is an optional flag.
-// See http://groonga.org/docs/reference/commands/table_create.html#flags
-// for details.
+// Flags of TableOptions accepts a combination of these constants.
+// See http://groonga.org/docs/reference/commands/table_create.html#flags for details.
 const (
 	TableTypeMask = C.GRN_OBJ_TABLE_TYPE_MASK // TableNoKey | TablePatKey | TableDatKey | TableHashKey.
 	TableNoKey    = C.GRN_OBJ_TABLE_NO_KEY    // TableNoKey is associated with TABLE_NO_KEY.
-------------- next part --------------
HTML����������������������������...
Descargar 



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