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
refactor(odbc): change OdbcBatch columns to use Arc for improved memory efficiency
This commit updates the OdbcBatch structure to store columns as an Arc array, enhancing memory management and reducing cloning overhead. The change is reflected in both the OdbcBatch definition and its instantiation within the ODBC bridge.
0 commit comments