
Key: |
CORE-3752
|
Type: |
New Feature
|
Status: |
Open
|
Priority: |
Major
|
Assignee: |
Unassigned
|
Reporter: |
Oleg Matveyev
|
Votes: |
0
|
Watchers: |
3
|
If you were logged in you would be able to see more operations.
|
|
|
Environment:
|
Firebird 2.5.1
|
|
Currently Trace-log file was writed by using codepage of user connection.
This is potential trouble with using several codepage at a one time.
In the end-user implementation traceplugin we may be use TraceSQLStatement::getTextUTF8(), but has no analog for the statement paramenters.
Improvement request: new method of interface trace-plugin
size_t TraceConnection::convertToUTF8(const char *src, size_t src_size, char *dst, size_t dst_size);
Return Value:
returns the number of char actually converted
|
Description
|
Currently Trace-log file was writed by using codepage of user connection.
This is potential trouble with using several codepage at a one time.
In the end-user implementation traceplugin we may be use TraceSQLStatement::getTextUTF8(), but has no analog for the statement paramenters.
Improvement request: new method of interface trace-plugin
size_t TraceConnection::convertToUTF8(const char *src, size_t src_size, char *dst, size_t dst_size);
Return Value:
returns the number of char actually converted |
Show » |
|