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
fix(odbc): fix datetime parsing for NaiveDateTime and DateTime types
This commit enhances the datetime parsing logic in the ODBC implementation by adding support for parsing fractional seconds in NaiveDateTime and DateTime types. The changes ensure that both strict and fallback formats are handled correctly, improving the robustness of datetime decoding in ODBC connections.
0 commit comments