Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
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[]
);
Column name should be resolved using the DBNameResolver.