[logback-dev] [JIRA] Updated: (LBCORE-126) ch.qos.logback.core.db.DBAppenderBase tries to use column "EVENT_ID" but does not exist
Ceki Gulcu (JIRA)
noreply-jira at qos.ch
Thu Mar 18 18:31:16 CET 2010
[ http://jira.qos.ch/browse/LBCORE-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ceki Gulcu updated LBCORE-126:
------------------------------
Priority: Critical (was: Major)
> 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: Ceki Gulcu
> Priority: Critical
>
> 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