Handbuch:$wgSQLMode

From MediaWiki.org
Jump to: navigation, search
This page is a translated version of the page Manual:$wgSQLMode and the translation is 29% complete.

Other languages:
Deutsch • ‎English • ‎español • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil
Database settings: $wgSQLMode
SQL mode
Eingeführt in Version: 1.17.0 (r68558)
Entfernt in Version: weiterhin vorhanden
Erlaubte Werte: string or null
Standardwert: empty string

Andere Einstellungen: Alphabetisch | Nach Funktion

Details[edit | edit source]

SQL Mode - default is turning off all modes, including strict, if set.

  • null can be used to skip the setting for performance reasons and assume the database admin (DBA) has done his best job.
  • String override can be used to set any mode, e.g. STRICT_ALL_TABLES