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

Добавить БД в \kak\clickhouse\Schema::loadTableSchema #22

Closed
alekson opened this issue Oct 28, 2017 · 1 comment
Closed

Добавить БД в \kak\clickhouse\Schema::loadTableSchema #22

alekson opened this issue Oct 28, 2017 · 1 comment

Comments

@alekson
Copy link

alekson commented Oct 28, 2017

Примерно так - http://joxi.ru/BA00j0TB4vJzAy

В процессе разработки набор и тип полей меняется, а в старых БД остается старая версия

  • string, а в новой UInt64.

Делая запрос SELECT * FROM system.columns WHERE table='tbl' FORMAT JSON

Оно получается данные сразу по всем БД и выпадает старый вариант, в итоге идет неправильный каст и ошибка

Code: 53, e.displayText() = DB::Exception: Type mismatch in IN or VALUES section. Expected: UInt64. Got: String, e.what() = DB::Exception

@sanchezzzhak
Copy link
Owner

добрый день, спасибо за найденную ошибку, исправления будут сегодня.

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

No branches or pull requests

2 participants