-
-
Notifications
You must be signed in to change notification settings - Fork 268
Report unique usernames for isc_info_user_names #8353
Copy link
Copy link
Closed
Labels
affect-version: 5.0.1component: api / client libraryfix-version: 4.0.6fix-version: 5.0.2fix-version: 6.0 Alpha 1qa: done successfullyrlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: improvement
Metadata
Metadata
Assignees
Labels
affect-version: 5.0.1component: api / client libraryfix-version: 4.0.6fix-version: 5.0.2fix-version: 6.0 Alpha 1qa: done successfullyrlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: improvement
For administrators,
isc_info_user_namesreports the usernames of each connection. If multiple connections have the same username, then that name is repeated. Instead, it should report the unique usernames; this will reduce the amount of information transferred, reducing the chance of truncation.Making this change should not break the API, as it makes no promises beyond reporting the usernames, though it might be good to ensure the username of the current connection remains the first as it is currently.
Specifically, to quote from the InterBase 6.0 API Guide: