FriendsOfDoctrine / dbal-clickhouse

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

Added type mapping for Decimal. #42

Closed imdad closed 1 year ago

imdad commented 3 years ago

Useful for tables imported from MySQL into ClickHouse. This is the fix of the following issue Support Decimal data type #41

asanikovich commented 1 year ago

Fixed in https://github.com/ClickHouse/ClickHouse/pull/11512