Skip to content

Commit

Permalink
add type code mapping for blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Jan 25, 2025
1 parent 48f3122 commit 82c3168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jogasaki/api/impl/service.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ inline ::jogasaki::proto::sql::common::AtomType to_atom_type(takatori::type::dat
}
return AtomType::TIME_POINT;
}
case k::blob: return AtomType::BLOB;
case k::clob: return AtomType::CLOB;
case k::datetime_interval: return AtomType::DATETIME_INTERVAL;
default:
return AtomType::UNKNOWN;
Expand Down

0 comments on commit 82c3168

Please sign in to comment.