Config note about MySQL ANSI mode

Civi often uses double-quotes in SQL queries which are not standard SQL. If you have ANSI_QUOTES (or ANSI which includes it) in your sql_mode then you get crashes.

Merge request reports

Loading