We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Примерно так - http://joxi.ru/BA00j0TB4vJzAy
В процессе разработки набор и тип полей меняется, а в старых БД остается старая версия
Делая запрос 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
The text was updated successfully, but these errors were encountered:
добрый день, спасибо за найденную ошибку, исправления будут сегодня.
Sorry, something went wrong.
fix issue #22 getting schema for current database & schema detect col…
a16c583
…umn with an unsigned type
No branches or pull requests
Примерно так - http://joxi.ru/BA00j0TB4vJzAy
В процессе разработки набор и тип полей меняется, а в старых БД остается старая версия
Делая запрос 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
The text was updated successfully, but these errors were encountered: