[Groonga-commit] droonga/fluent-plugin-droonga at aaa5337 [catalog-schema] schema: Fix a typo

Back to archive index

Yoji Shidara null+****@clear*****
Tue Feb 18 17:11:50 JST 2014


Yoji Shidara	2014-02-18 17:11:50 +0900 (Tue, 18 Feb 2014)

  New Revision: aaa53376a47496df76e508c4b0bbd1d5e5dbe61c
  https://github.com/droonga/fluent-plugin-droonga/commit/aaa53376a47496df76e508c4b0bbd1d5e5dbe61c

  Message:
    schema: Fix a typo
    
    Scalar ->
    Index

  Modified files:
    lib/droonga/catalog/schema.rb

  Modified: lib/droonga/catalog/schema.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/schema.rb    2014-02-18 16:35:17 +0900 (a4968fd)
+++ lib/droonga/catalog/schema.rb    2014-02-18 17:11:50 +0900 (d32e24e)
@@ -70,7 +70,7 @@ module Droonga
             "COLUMN_SCALAR"
           when "Vector"
             "COLUMN_VECTOR"
-          when "Scalar"
+          when "Index"
             "COLUMN_INDEX"
           else
             # TODO raise appropriate error
-------------- next part --------------
HTML����������������������������...
Download 



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