lidavidm opened a new issue, #3990: URL: https://github.com/apache/arrow-adbc/issues/3990
### What feature or improvement would you like to see? This is not standard in JDBC/ODBC, but is common across database systems. - Oracle Database: [ALL_TRIGGERS](https://docs.oracle.com/en/database/oracle/oracle-database/18/refrn/ALL_TRIGGERS.html#GUID-0558FD5E-3EAD-4829-B9A5-4AA029C2105E) - PostgreSQL: https://github.com/apache/arrow-adbc/issues/3971 (point 7) - SQL Server: [sys.triggers](https://learn.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-triggers-transact-sql?view=sql-server-ver17) I think it'd be best to add a new function instead of trying to cram this into GetObjects. -- 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]
