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): improve SQL execution handling and row count extraction
- Streamlined SQL execution logic to handle results immediately, reducing borrowing conflicts.
- Introduced a new function to extract the number of affected rows from ODBC statements, enhancing error handling and logging.
- Added a test to verify the correct reporting of affected rows for various SQL operations.
0 commit comments