Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add getServerVersion to management API [JDBC484] #523

Closed
firebird-automations opened this issue Mar 18, 2017 · 4 comments
Closed

Add getServerVersion to management API [JDBC484] #523

firebird-automations opened this issue Mar 18, 2017 · 4 comments

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

The FBServiceManager.getServerVersion() method is currently not part of the ServiceManager interface.

See also http://stackoverflow.com/questions/42857087/get-firebird-server-version-info

Commits: 4d9daf1

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 3.0.0 [ 10440 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

description: It is currently not possible to obtain the Firebird server version without connecting to a database. In Jaybird 2.2, it was possible with the low-level GDS api. This option needs to be added to the management classes.

See also http://stackoverflow.com/questions/42857087/get-firebird-server-version-info

=>

The FBServiceManager.getServerVersion() method is currently not part of the ServiceManager interface.

See also http://stackoverflow.com/questions/42857087/get-firebird-server-version-info

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Added method to ServiceManager API

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Open [ 1 ] => Closed [ 6 ]

resolution: Fixed [ 1 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment