Extend the TracePlugin Interface
--------------------------------

                 Key: CORE-3752
                 URL: http://tracker.firebirdsql.org/browse/CORE-3752
             Project: Firebird Core
          Issue Type: New Feature
          Components: API / Client Library
    Affects Versions: 2.5.1
         Environment: Firebird 2.5.1
            Reporter: Oleg Matveyev


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to