### Release Notes for [4.3.4](https://github.com/doctrine/dbal/milestone/183) ### 4.3.4 - Total issues resolved: **1** - Total pull requests resolved: **4** - Total contributors: **3** #### Bug,PHP,Types - [7180: Fix the unsigned BIGINT check for PHP 8.5](https://github.com/doctrine/dbal/pull/7180) thanks to @derrabus #### Drivers,Test Suite - [7178: Remove driver unit test boilerplate](https://github.com/doctrine/dbal/pull/7178) thanks to @morozov #### Documentation,Schema Definition - [7176: Documentation on object names](https://github.com/doctrine/dbal/pull/7176) thanks to @morozov #### Bug,Identifiers,Schema Introspection - [7147: Trigger invalid name deprecation only for outside calls](https://github.com/doctrine/dbal/pull/7147) thanks to @morozov and @keulinho