Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add orderByPriority Method for Custom Sorting in Query Builder V2 #52535

Draft
wants to merge 10 commits into
base: 11.x
Choose a base branch
from

Commits on Aug 20, 2024

  1. order by priority

    Mushood committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    17397ba View commit details
    Browse the repository at this point in the history
  2. fix style ci errors

    Mushood committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    567959d View commit details
    Browse the repository at this point in the history
  3. fix style ci

    Mushood committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    98209d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. aligning coding standard and add tests for exceptions

    - apply wrap on columns
    - lowercase SQL
    - add new test for exceptions
    - add test on builder for orderByPriority
    Mushood committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    89acedc View commit details
    Browse the repository at this point in the history
  2. fix style ci

    Mushood committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    cbf0bbe View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. consistency across db drivers

    Mushood committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2f0658b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    295b682 View commit details
    Browse the repository at this point in the history
  3. fix mysql test

    Mushood committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fa7f046 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. fix quote for mysql test

    Mushood committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e79e50a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8fe807 View commit details
    Browse the repository at this point in the history