go-mysql-server
go-mysql-server copied to clipboard
decimal refactor and more improvements
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)