Changelog
This is a patch release for v2.48.
Bug fixes and improvements
Data Connectors
- Fix MariaDB update and delete mutations failing with "temp table doesn't exist" error by adding a dedicated MariaDBMutationTranslator with proper temporary table lifecycle management, following the same pattern as the existing Oracle mutation translator.