### Release Notes for [4.3.1](https://github.com/doctrine/dbal/milestone/177) ### 4.3.1 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **5** #### Bug,SQLite,Schema Introspection - [7050: Fix case sensitivity in SQLite column types](https://github.com/doctrine/dbal/pull/7050) thanks to @27pchrisl #### Bug,Oracle - [7043: Quote Oracle user password](https://github.com/doctrine/dbal/pull/7043) thanks to @morozov #### Bug,PostgreSQL,Schema Management - [7035: Avoid useless extra query in Psql](https://github.com/doctrine/dbal/pull/7035) thanks to @VincentLanglet #### Bug,Schema Introspection - [7028: Fix length type in `MySQLSchemaManager` with `ATTR_STRINGIFY_FETCHES` enabled](https://github.com/doctrine/dbal/pull/7028) thanks to @keulinho #### Bug,MariaDB,Schema Introspection - [7025: Quote MySQL constraint names for foreign keys](https://github.com/doctrine/dbal/pull/7025) thanks to @grooverdan