FriendsOfDoctrine / dbal-clickhouse

Doctrine DBAL driver for ClickHouse database
GNU General Public License v3.0
98 stars 80 forks source link

Update ClickHouseStatement.php #51

Closed slava-chess closed 1 year ago

slava-chess commented 1 year ago

on a php8 + sentry/sentry-symfony installed i got the error

Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingStatementForV2::bindValue(): Return value must be of type bool, null returned

so, this is a small fix to make bindValue and bindParam methods compatible with the parent class method declarations

asanikovich commented 1 year ago

Hello @slava-chess. Thank you for fixes. Merged in #52