Skip to content
Snippets Groups Projects

Resolve #2939760 "10.3 allow granular overriding of sqlmode options"

Closes #2939760

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 11.x: ignore 'sql_mode' entries in 'init_commands', since this technique is obsoleted by 'sql_mode_options'.

    10.3.x: Variable initialization / scope issue. (minor)

  • added 1 commit

    • 267241f4 - Moved setting of mode with new system to end of code block, so we don't need...

    Compare with previous version

  • Joachim Noreiko resolved all threads

    resolved all threads

  • Greg Anderson added 1 commit

    added 1 commit

    • c9f1d3fd - Ignore new top-level driver setting "sql_mode_options" when setting up functional tests.

    Compare with previous version

  • Greg Anderson added 108 commits

    added 108 commits

    • c9f1d3fd...1b83f796 - 98 commits from branch project:10.3.x
    • cdd1d5a1 - Changed sql_mode to be set with an array of options rather than a string.
    • bbdc57f5 - Fixed sql_mode getting written into connection options init_commands in migrate tests.
    • 7980c0bb - Removed use of deprecated sql_mode option in tests.
    • 22acb0fb - Changed sql_mode_options to be at the top level of the connection options array.
    • da1235e4 - Updated deprecation message.
    • 8df6e2b0 - Fixed handling of sqlmode_ansi_quotes.
    • 86886d77 - Added CR link.
    • 52aff104 - Fixed executing empty command when handling BC options.
    • 04e91019 - Moved setting of mode with new system to end of code block, so we don't need...
    • f8699bf8 - Ignore new top-level driver setting "sql_mode_options" when setting up functional tests.

    Compare with previous version

  • Greg Anderson added 1 commit

    added 1 commit

    • ec03c15f - Add example of sql_mode_options usage to default.settings.php

    Compare with previous version

  • Greg Anderson added 1 commit

    added 1 commit

    • 5a9b7f65 - Use TRUE rather than true in default.settings.php comment.

    Compare with previous version

  • Greg Anderson added 1 commit

    added 1 commit

    • c7eb7098 - Copy default.settings.php to scaffold asset files.

    Compare with previous version

  • Max Pogonowski
  • Joachim Noreiko resolved all threads

    resolved all threads

  • Greg Anderson added 28 commits

    added 28 commits

    • c7eb7098...a87888f6 - 14 commits from branch project:10.3.x
    • a87888f6...59789e4b - 4 earlier commits
    • 9ae17588 - Updated deprecation message.
    • 3db95deb - Fixed handling of sqlmode_ansi_quotes.
    • 5b2be758 - Added CR link.
    • c9fde317 - Fixed executing empty command when handling BC options.
    • 990fe670 - Moved setting of mode with new system to end of code block, so we don't need...
    • 4ac2e826 - Ignore new top-level driver setting "sql_mode_options" when setting up functional tests.
    • 6f132200 - Add example of sql_mode_options usage to default.settings.php
    • 3f8d4d7f - Use TRUE rather than true in default.settings.php comment.
    • ba41ee01 - Copy default.settings.php to scaffold asset files.
    • 8888dbde - Add tests to demonstrate that individual sql modes can be set.

    Compare with previous version

  • Please register or sign in to reply
    Loading