Skip to content

Commit

Permalink
fix missing data types
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed Nov 21, 2024
1 parent 4ae6be9 commit 65fa7fc
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,10 @@ TYPE_NUMBER or
TYPE_LOWERCASE_STRING or
TYPE_BYTE_ARRAY or
TYPE_LOWERCASE_BOOLEAN or
TYPE_LOWERCASE_VOID => true,
TYPE_LOWERCASE_VOID or
TYPE_DATE_ONLY or
TYPE_TIME_ONLY or
TYPE_DURATION => true,
_ => false,
};
}
Expand Down

0 comments on commit 65fa7fc

Please sign in to comment.