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

DBAppenderBase uses EVENT_ID column name, but does not use DBNameResolver.

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • logback-core
    • None

    Description

      DBAppenderBase uses EVENT_ID column name when creating the prepared statement:

      String EVENT_ID_COL_NAME = "EVENT_ID";
      insertStatement = connection.prepareStatement(getInsertSQL(),
      new String[]

      { EVENT_ID_COL_NAME }

      );

      Column name should be resolved using the DBNameResolver.

      Attachments

        Activity

          People

            logback-dev Logback dev list
            ps2roy Roy Cronise
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: