ThomasDeMaesschalck/codecoach-paarse_rakkers

Tablename `SESSION` might be a reserved keyword

Opened this issue · 0 comments

The Session entity (src/main/java/com/switchfully/codecoach/domain/Session.java) defines a table called session.

@Entity
@Table(name = "session")
public class Session {
}

Althoug this does not seem to impact your project at this moment, this might be an SQL reserved keyword (ask @AFIRO about it).

https://www.drupal.org/docs/develop/coding-standards/list-of-sql-reserved-words