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: Remove lifetime parameters from OdbcArguments and related types
This commit simplifies the OdbcArguments and OdbcArgumentValue structures by removing unnecessary lifetime parameters. The changes enhance code clarity and maintainability while ensuring that the functionality remains intact across the ODBC module. Additionally, adjustments were made to various encoding implementations to reflect these changes.
0 commit comments