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: Update feature combination macros for database trait generation
This commit refactors the feature combination macros used for generating the `AnyEncode`, `AnyDecode`, and `AnyColumnIndex` traits in the sqlx-core library. The new structure improves clarity and maintainability by consolidating the macro definitions and enhancing the way database combinations are processed, while ensuring continued support for all specified databases.
0 commit comments