Skip to content

Commit

Permalink
Bind GRN_CURSOR_CONFIG
Browse files Browse the repository at this point in the history
GitHub: #116
  • Loading branch information
Masafumi Yokoyama committed Mar 5, 2016
1 parent ef9271a commit eb8b1a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/groonga/rb-grn-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: */
Expand Down

0 comments on commit eb8b1a7

Please sign in to comment.