lidavidm commented on code in PR #4008: URL: https://github.com/apache/arrow-adbc/pull/4008#discussion_r2838773882
########## c/include/arrow-adbc/adbc.h: ########## @@ -570,6 +574,72 @@ const struct AdbcError* AdbcErrorFromArrayStream(struct ArrowArrayStream* stream /// \see AdbcConnectionGetObjects #define ADBC_OBJECT_DEPTH_COLUMNS ADBC_OBJECT_DEPTH_ALL +/// \brief This foreign key does not allow update of the corresponding primary +/// key. +/// +/// \see AdbcConnectionGetObjects +#define ADBC_CONSTRAINT_ACTION_NO_ACTION 3 Review Comment: They are from JDBC, updated the docstring. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
