Skip to content
Snippets Groups Projects

Issue #2875033: Optimize joins and table selection in SQL entity query implementation

Open Rob Mumford requested to merge issue/drupal-2875033:2875033-optimize-joins-and into 9.5.x

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
1721 1721 */
1722 1722 function system_update_11001(&$sandbox) {
1723 1723 // Execute only if allowed setting, 'timestamp_field_update_y2038', is true.
1724 if (!Settings::get('timestamp_field_update_y2038', FALSE)) {
1724 if (Settings::get('timestamp_field_update_y2038', FALSE) === FALSE) {
  • Mrinalini Kumari added 4887 commits

    added 4887 commits

    • a5cf0bef...747a4dcb - 4877 earlier commits
    • 7d4bba32 - Issue #3475512 by daffie: Replace hardcoded database queries with dynamic queries
    • 694cb802 - Issue #3179199 by ekes, acrazyanimal, adriancid, smustgrave, sam152,...
    • acd24cb3 - Issue #3470203 by mstrelan, smustgrave: Add (more) bool return typehints to...
    • 5360e3bd - Issue #3472319 by prashant.c, f0ns, bebalachandra, markconroy: Header is...
    • b1f72383 - Issue #3470114 by quietone, smustgrave: Change string 'Modules to enable' that are not in comments
    • 0c9e4a4b - Issue #3467860 by googletorp, catch, smustgrave, alexpott, swentel: Ensure...
    • 6067ed42 - Issue #221761 by mohit_aghera, pameeela, dixon_, catch, ged3000, sun,...
    • 79a49040 - Issue #3403535 by mlncn, tobiasb, nayana_mvr, pameeela: Claro removes default...
    • 5e0ff5a8 - Issue #3457863 by grimreaper, catch, pdureau, maboy, longwave: YAML discovery...
    • cc210747 - Created MR for the patch changes in #48.

    Compare with previous version

  • Please register or sign in to reply
    Loading