Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавление дополнительных полей для удобной работы с clickhouse. #21

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

shcherbanich
Copy link

Добавлены поля:
Int8 / UInt8
Int16 / UInt16
int32 / UInt32
int64 / UInt64 ( BigIntType оставлен, но его можно пометить как устаревший, так как int64 больше соответствует стилистике нейминга )
float32
float64
decimal ( precision, scale )

Написаны тесты, обновлена документация.
Исправлена небольшая орфографическая ошибка

Добавлены дополнительные DBAL типы для удобной работы с числовыми параметрами.
Добавлено тестирование дополниительных DBAL типов
Добавление дополнительного типа decimal.
Добавление возможности устанавливать дефолтные значения для eventDateColumn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant