Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-179

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

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • None
    • None
    • logback-core
    • 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

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            da5idii Brian Edwards
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: