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 attachment's CHARACTER SET name into corresponding trace records [CORE3008] #3389

Closed
firebird-automations opened this issue May 19, 2010 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Commits: ee2be8a 18ed4f6

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

assignee: Vlad Khorsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

Character set name is placed between user:role and protocol:port

before change
A.FDB (ATT_36, SYSDBA:NONE, TCPv4:127.0.0.1)

after change
A.FDB (ATT_36, SYSDBA:NONE, WIN1251, TCPv4:127.0.0.1)

If no character set was specified in DPB then NONE is written to the trace log (as this is effective charset in this case)

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 RC3 [ 10381 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

Humm? Is password put in log???

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

Ooops :)
Of course - no. It is not possible :) I meant - user:role.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Done with caveats

Test Details: Test implemented only for Windows platform.
Checked on: WI-V2.5.5.26916 (SS, SC) and WI-V3.0.0.31948 (SS, SC, CS)

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Done with caveats => Done successfully

Test Details: Test implemented only for Windows platform.
Checked on: WI-V2.5.5.26916 (SS, SC) and WI-V3.0.0.31948 (SS, SC, CS)

=>

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