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
This commit refactors the OdbcValueVec enum by removing nullable variants and consolidating the handling of null values into a separate nulls vector. The conversion function for AnySlice is updated to return both the value vector and the nulls vector, improving the overall structure and clarity of the code. Additionally, the value retrieval methods are simplified to utilize the new nulls handling approach.
0 commit comments