Some SQL Statements are not compatible with MySQL 5.7

Issue #2732 open
Daniel Zoller created an issue

Please adapt these queries.

Here is a list:

  • getBibTexByConceptForUser
  • getBibTexByConceptForGroup
  • getSyncBibTex
  • getBookmarkByConceptForUser
  • getBookmarkByConceptForGroup
  • getAllConcepts
  • updateReviewRatingsCacheDelete

Comments (4)

  1. Daniel Zoller reporter

    Current workaround is to set the SQL Mode to:

    sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
    
  2. Log in to comment