FirebirdSQL / jaybird

JDBC driver for Firebird
https://firebirdsql.org/en/jdbc-driver/
GNU Lesser General Public License v2.1
94 stars 23 forks source link

Add backing index names to DatabaseMetaData.getExportedKeys #799

Closed mrotteveel closed 8 months ago

mrotteveel commented 8 months ago

Similar to the change of #791, add the index names backing the primary and foreign keys reported by DatabaseMetaData.getExportedKeys.

mrotteveel commented 8 months ago

Merged to #798 as they share implementation