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 support for isc_spb_expected_db for service attachments #691

Closed mrotteveel closed 2 years ago

mrotteveel commented 2 years ago

To be able to use service calls with a user in a database-specific security database, a database name must be passed in isc_spb_expected_db, so Firebird can lookup the appropriate security database in databases.conf. Add support for this in the service attachment and see how to appropriately expose this in the management classes.