You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use DuckDb using R and DBI. The problem arises when I try to add/define a PRIMARY KEY.
In the example bellow I have an error related to a 'not yet implemented' feature. Can someone tell me if there is any roadmap for implementation this feature... or is just a problem in my code :( ?
Additionally, is there any way to go around this?
The error:
> dbExecute(conn, sql_alter)
Error in `dbSendQuery()`:
! rapi_prepare: Failed to extract statements:
Not implemented Error: No support for that ALTER TABLE option yet!
Run `rlang::last_trace()` to see where the error occurred.
I'm trying to use DuckDb using R and DBI. The problem arises when I try to add/define a PRIMARY KEY.
In the example bellow I have an error related to a 'not yet implemented' feature. Can someone tell me if there is any roadmap for implementation this feature... or is just a problem in my code :( ?
Additionally, is there any way to go around this?
The error:
The Code:
Thank you very much.
AC
The text was updated successfully, but these errors were encountered: