Skip to content

Commit

Permalink
Update knownScalarTypes to include moved std::cal module types
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Oct 22, 2024
1 parent 3b7d7ad commit 3e597e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shared/common/schemaData/knownTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ export const KnownScalarTypes = [
"cal::local_datetime",
"cal::local_date",
"cal::local_time",
"std::cal::local_datetime",
"std::cal::local_date",
"std::cal::local_time",
"std::duration",
"cal::relative_duration",
"cal::date_duration",
"std::cal::relative_duration",
"std::cal::date_duration",
"std::json",
"std::bigint",
"cfg::memory",
Expand Down

0 comments on commit 3e597e3

Please sign in to comment.