Details
-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
None
-
postgresql
Description
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