[Groonga-commit] ranguba/rroonga at eb8b1a7 [master] Bind GRN_CURSOR_CONFIG

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sat Mar 5 18:20:17 JST 2016


Masafumi Yokoyama	2016-03-05 18:20:17 +0900 (Sat, 05 Mar 2016)

  New Revision: eb8b1a7ffa5f69419eebfb8222f627af6084c911
  https://github.com/ranguba/rroonga/commit/eb8b1a7ffa5f69419eebfb8222f627af6084c911

  Merged 7b0477b: Merge pull request #122 from ranguba/bind-GRN_CURSOR_CONFIG

  Message:
    Bind GRN_CURSOR_CONFIG
    
    GitHub: #116

  Modified files:
    ext/groonga/rb-grn-utils.c

  Modified: ext/groonga/rb-grn-utils.c (+3 -0)
===================================================================
--- ext/groonga/rb-grn-utils.c    2016-03-05 17:32:25 +0900 (28945cd)
+++ ext/groonga/rb-grn-utils.c    2016-03-05 18:20:17 +0900 (1cac582)
@@ -64,6 +64,8 @@ rb_grn_inspect_type (unsigned char type)
         return "cursor-table-no-key";
     case GRN_CURSOR_COLUMN_INDEX:
         return "cursor-column-index";
+    case GRN_CURSOR_CONFIG:
+        return "cursor-config";
     case GRN_TYPE:
         return "type";
     case GRN_PROC:
@@ -1284,6 +1286,7 @@ rb_grn_obj_to_ruby_object (VALUE klass, grn_ctx *context,
     /* case GRN_CURSOR_TABLE_PAT_KEY: */
     /* case GRN_CURSOR_TABLE_NO_KEY: */
     /* case GRN_CURSOR_COLUMN_INDEX: */
+    /* case GRN_CURSOR_CONFIG: */
     /* case GRN_TYPE: */
     /* case GRN_PROC: */
     /* case GRN_EXPR: */
-------------- next part --------------
HTML����������������������������...
Download 



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