change extract
return types to decimal to align with postgres
#3996
Open
Labels
enhancement
New feature or request
extract currently returns i32 which might loss some information
while postgresql returns decimal
willy=# select extract(second from timestamp '2000-01-01T00:00:00.1'); extract ---------- 0.100000 (1 row)
Describe the solution you'd like
A clear and concise description of what you want to happen.
change it to decimal
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: