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): implement statement manager for clearer code
- Introduced a StatementManager to handle direct and prepared statements efficiently.
- Enhanced command processing to utilize the statement manager for executing and preparing SQL statements.
- Added logging for better traceability of operations and results.
- Updated test script to remove unnecessary credentials from DATABASE_URL (stored in dsn def)
0 commit comments