Dbal Clickhouse Versions Save

Doctrine DBAL driver for ClickHouse database

v2.0.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfDoctrine/dbal-clickhouse/compare/v1.5.6...v2.0.0

v1.5.6

1 year ago

v1.5.5

1 year ago

Support 'Create database' symfony command

v1.5.4

1 year ago

PHP 8+ support

v1.5.3

4 years ago

v1.5.2

5 years ago
  • fixed nullable column detection in ClickHouseSchemaManager::_getPortableTableColumnDefinition

v1.5.1

5 years ago
  • changed method ClickHouseSchemaManager::listTableIndexes
  • added option samplingExpression when creating table for determine optional sampling expression

v1.5.0

5 years ago
  • Close #14 - added support of Nullable types
  • Fix ConnectionTest::testGetServerVersion

v1.4.1

5 years ago
  • implemented interfaces PingableConnection and ServerInfoAwareConnection in a class ClickHouseConnection

v1.4.0

5 years ago
  • Close #6
  • Add implementation of Trim methods on platform
  • Formatted code style according to Doctrine rules