I am trying to use a DBNameResolver I've written with DBAppender. My tables and column names must be different than the default.
I'm having an issue in the class DBAppenderBase since it looks like the "EVENT_ID" column name is used if generated keys are supported and doesn't use the name resolver.
I couldn't find an open issue for this. Is it a bug?
Roy