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

Adding data to the table with autoincrement/Default columns #101

Open
YuriWerewolf opened this issue Jun 9, 2023 · 0 comments
Open

Adding data to the table with autoincrement/Default columns #101

YuriWerewolf opened this issue Jun 9, 2023 · 0 comments

Comments

@YuriWerewolf
Copy link

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.

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

1 participant