Skip to content

Commit

Permalink
Define new type TimestampNoTZ
Browse files Browse the repository at this point in the history
  • Loading branch information
madscientist committed Feb 14, 2023
1 parent 62ff521 commit 38ccd1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GetMapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ GEN(Time, NuoDB::Time*)
GEN(Bytes, NuoDB::Bytes)
GEN(Date, NuoDB::Date*)
GEN(Timestamp, NuoDB::Timestamp*)
GEN(TimestampNoTZ, NuoDB::TimestampNoTZ*)
GEN(BigDecimal, NuoDB::BigDecimal*)

GEN(Boolean, bool)
Expand Down

0 comments on commit 38ccd1a

Please sign in to comment.