Skip to content

Commit

Permalink
nobinstr
Browse files Browse the repository at this point in the history
  • Loading branch information
czarlos committed Aug 5, 2013
1 parent a847350 commit 4747a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/nuodb/nuodb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,9 @@ VALUE nuodb_map_sql_type(int type)
symbol = ID2SYM(rb_intern("integer"));
break;

case NUOSQL_BINARYSTRING:
symbol = ID2SYM(rb_intern("binary"));
break;
//case NUOSQL_BINARYSTRING:
// symbol = ID2SYM(rb_intern("binarystring"));
// break;

case NUOSQL_BINARY:
symbol = ID2SYM(rb_intern("binary"));
Expand Down Expand Up @@ -773,7 +773,7 @@ nuodb_get_rb_value(int column, SqlType type, ResultSet * results)
break;
}
case NUOSQL_BINARY:
case NUOSQL_BINARYSTRING;
//case NUOSQL_BINARYSTRING;
case NUOSQL_CHAR:
case NUOSQL_VARCHAR:
case NUOSQL_LONGVARCHAR:
Expand Down
Empty file modified nuodb.gemspec
100644 → 100755
Empty file.

0 comments on commit 4747a92

Please sign in to comment.