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

GSTAT: 'localhost' is case-sensitive in Windows [CORE1398] #1816

Closed
firebird-automations opened this issue Aug 2, 2007 · 5 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Kuznetsov Eugene (eugene)

firebird.conf :
DatabaseAccess = None
'employee' is the alias of standard employee.fdb in aliases.conf.

gstat -h localhost:employee

works fine, but

gstat -h Localhost:employee

doesn't ('?? ??????? ????? ????????? ????.'), though there is no difference between this cases in Windows.

As far as I understand, the reason is that the comparing with local_inet_prefix constant in dba.epp is case-sensitive starting with FB 2.0 and later.

Best regards, Eugene

Commits: 73ae169 bc7145e 0c3710e

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.1 Beta 2 [ 10190 ]

Fix Version: 2.0.2 [ 10130 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 12744 ] => Firebird [ 15477 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

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