lidavidm opened a new issue, #3989:
URL: https://github.com/apache/arrow-adbc/issues/3989

   ### What feature or improvement would you like to see?
   
   We describe the relationship but not things like ON DELETE CASCADE that JDBC 
and ODBC expose.
   
   - [JDBC: 
getExportedKeys](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getExportedKeys-java.lang.String-java.lang.String-java.lang.String-),
 with fields UPDATE_RULE, DELETE_RULE, DEFERRABILITY
   - [ODBC: 
SQLForeignKeys](https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqlforeignkeys-function?view=sql-server-ver17),
 with fields UPDATE_RULE, DELETE_RULE, DEFERRABILITY
   - Databricks: 
https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-ddl-create-table-constraint
   - PostgreSQL: https://github.com/apache/arrow-adbc/issues/3971 (point 12). 
Note that there's more info than JDBC/ODBC expose


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