zeroshade commented on code in PR #4008:
URL: https://github.com/apache/arrow-adbc/pull/4008#discussion_r2835647946


##########
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:
   Do these values correspond with some external thing? If not, can the defines 
be in number order?



-- 
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]

Reply via email to