FriendsOfDoctrine / dbal-clickhouse

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

Support Decimal data type #41

Open imdad opened 3 years ago

imdad commented 3 years ago

I have few tables imported from old database which was a MySQL database. The tables contain columns with Decimal data type. While doing

$fromSchema = $conn->getSchemaManager()->createSchema();
$toSchema = clone $fromSchema;

I'm getting following Exception

[Doctrine\DBAL\DBALException] Unknown database type decimal(3, 2) requested, FOD\DBALClickHouse\ClickHousePlatform may not support it. in public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php on line 443