ch.qos.logback.core.db.DBAppenderBase tries to use column "EVENT_ID" but does 
not exist
---------------------------------------------------------------------------------------

                 Key: LBCORE-126
                 URL: http://jira.qos.ch/browse/LBCORE-126
             Project: logback-core
          Issue Type: Bug
          Components: Appender
    Affects Versions: 0.9.17
         Environment: postgresql
            Reporter: Brian Edwards
            Assignee: Logback dev list


on line 91 in ch.qos.logback.core.db.DBAppenderBase append creates a  
java.sql.PreparedStatement by calling 
connection.prepareStatement(getInsertSQL(), new String[] {"EVENT_ID"}); but 
because postgres is case sensitive the column does not exist because it is 
called event_id

-- 
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

        
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to