IMSMWU/RClickhouse

Adding data to the table with autoincrement/Default columns

Opened this issue · 0 comments

How can we add data to the tables with autoincrement/default columns?

If adding only informative columns I get "number of columns" error.
If adding a column to the dataframe in R for the default column in table in ClickHouse I get an error : "Error in insert(conn@ptr, qname, value) :
cannot write unsupported type: Void"

I went through the code for dbWriteTable and it is not obvious to me where this Void type error is coming from.