mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Dimitry Sibiryakov
b495b3f174
* Allow to create database with different owner via API * Support for OWNER clause in executeCreateDatabase() * squash! Support for OWNER clause in executeCreateDatabase() Fix rebase error
7 lines
223 B
Plaintext
7 lines
223 B
Plaintext
New Database Parameter Block items:
|
|
|
|
1. isc_dpb_owner :
|
|
Used for createDatabase() call to set the owner for the new database
|
|
to be different from user set with isc_user_name.
|
|
Can be used only by users with admin rights.
|