Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bind GRN_CURSOR_CONFIG #122

Merged
merged 1 commit into from
Mar 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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