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
My python's version is python3.8.5 and my orm's version is 2.1.0
2.1.0
File "/usr/local/lib/python3.8/dist-packages/infi/clickhouse_orm/database.py", line 281, in select yield model_class.from_tsv(line, field_names, self.server_timezone, self) File "/usr/local/lib/python3.8/dist-packages/infi/clickhouse_orm/models.py", line 390, in from_tsv values = iter(parse_tsv(line)) File "/usr/local/lib/python3.8/dist-packages/infi/clickhouse_orm/utils.py", line 81, in parse_tsv line = line.decode()
It's possible to make line = line.decode(errors='ignore')
line = line.decode(errors='ignore')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My python's version is python3.8.5 and my orm's version is
2.1.0
It's possible to make
line = line.decode(errors='ignore')
The text was updated successfully, but these errors were encountered: