Skip to content

Commit

Permalink
reverted flip of logical type ids
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgerrets committed Dec 8, 2023
1 parent 679d038 commit ce0f23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/duckdb/common/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ enum class LogicalTypeId : uint8_t {
TIME_TZ = 34,
BIT = 36,

HUGEINT = 49,
UHUGEINT = 50,
UHUGEINT = 49,
HUGEINT = 50,
POINTER = 51,
VALIDITY = 53,
UUID = 54,
Expand Down

0 comments on commit ce0f23a

Please sign in to comment.