[logback-dev] [JIRA] Created: (LBCORE-126) ch.qos.logback.core.db.DBAppenderBase tries to use column "EVENT_ID" but does not exist
Brian Edwards (JIRA)
noreply-jira at qos.ch
Mon Nov 16 17:53:44 CET 2009
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
More information about the logback-dev
mailing list