/
Enable MySQL strict mode by default [5.3.0-B1]

Enable MySQL strict mode by default [5.3.0-B1]

Some time ago the MySQL strict mode switch was introduced in debug mode, so that we can test that In-Portal would work if deployed on web server, where MySQL has strict mode enabled by default.

I propose, that:

  • add a "StrictMode" setting in /system/config.php with these options: "Always On" or "Use Server Setting"
  • during installation check if MySQL server have strict mode enabled anyway and don't enable
  • we enable strict mode by default during new installs

Related Tasks