-
Notifications
You must be signed in to change notification settings - Fork 857
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批量插入失败 #1882
Comments
实体类的属性顺序改一下,或者设置他们的 Position |
有没有啥更智能的方法,因为好多类我都需要一个个的对比顺序,太麻烦了 |
clickhouse.client支持传入columnNames吗 |
貌似不支持 |
程序启动查询数据库信息,fluent api 批量设置 Column Position 值 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在使用最新版的clickhouse.client驱动7.7.3时,使用批量删除失败。
通过跟踪源代码发现是因为freesql转换的DataTable的字段顺序和clickhouse.client不一样导致的。
这个原因请问该如何解决?
freesql InsertProvider文件的ToDataTable方法
clickhouse.client ClickHouseBulkCopy文件的LoadNamesAndTypesAsync 方法
clickhouse.client ClickHouseBulkCopy文件的SerializeBatch
问题描述及重现代码:
数据库版本
clickhouse 23
安装的Nuget包
3.2.833
.net framework/. net core? 及具体版本
.net 8
The text was updated successfully, but these errors were encountered: