go-mysql-server icon indicating copy to clipboard operation
go-mysql-server copied to clipboard

decimal refactor and more improvements

Open jycor opened this issue 1 year ago • 0 comments

TODO: datetimes are now broken...

This PR aims to:

  • simplify the logic surrounding how we handle type conversions in Arithmetic nodes
    • sql.Type.Convert() should be able to convert to/from time types...
  • improve the cleanliness and efficiency of outermost arithmetic op
  • fix datetime (specifically with precision handling)

jycor avatar Feb 15 '24 20:02 jycor