[Coldbox-3.5.2] DBAppender and Oracle

Recently added a DBAppender to my app and found a problem with autocreate=true.

coldbox.system.logging.DBAppender.cfc line 166: Oracle (v11.2) does not have a DATETIME data type. The “CREATE TABLE” statement fails. Changing the datatype to “DATE” fixes the problem for Oracle.

Cheers

I will create a ticket for this issue. I haven’t done PRs but will look into it (good thing to learn).