Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

java.sql.SQLSyntaxErrorException in the details stack trace with the message "ORA-00911: invalid character" might be caused by using the wrong Slick profile class with an Oracle database. Try setting shrine.adapter.audit.database.slickProfileClassName = "freeslick.OracleProfile$" in the adapter's shrine.conf. 

A com.microsoft.sqlserver.jdbc.SQLServerException in the details stack trace with the message "Incorrect syntax near '`'" might be caused by using the wrong Slick profile class with a Microsoft database. Try setting shrine.adapter.audit.database.slickProfileClassName = "freeslick.MSSQLServerProfile$" in the adapter's shrine.conf.