You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replication: return string when datetime's day or month is 00
MySQL supports 0 for day/month when this is an unknown value
This cannot be encoded into a time.Time, where time.Date normalizes these 0s
(so 2000-00-00 would become 1999-11-30)
Pass these values through in their raw string form instead
0 commit comments