[logback-dev] [JIRA] Created: (LBCORE-194) DBAppenderBase uses EVENT_ID column name, but does not use DBNameResolver.

Roy Cronise (JIRA) noreply-jira at qos.ch
Fri Jan 28 15:13:51 CET 2011


DBAppenderBase uses EVENT_ID column name, but does not use DBNameResolver.
--------------------------------------------------------------------------

                 Key: LBCORE-194
                 URL: http://jira.qos.ch/browse/LBCORE-194
             Project: logback-core
          Issue Type: Bug
          Components: Appender
    Affects Versions: 0.9.28
            Reporter: Roy Cronise
            Assignee: Logback dev list


DBAppenderBase uses EVENT_ID column name when creating the prepared statement:

String EVENT_ID_COL_NAME = "EVENT_ID";      
 insertStatement = connection.prepareStatement(getInsertSQL(),
            new String[] { EVENT_ID_COL_NAME });

Column name should be resolved using the DBNameResolver.





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

        


More information about the logback-dev mailing list