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

feat: improve pagination performance #879

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

feat: improve pagination performance #879

wants to merge 14 commits into from

Commits on Aug 7, 2024

  1. Update compileTableExpression in OracleGrammar.php

    Improve pagination performance by using ROW_NUMBER() and handling default orderBys.
    alexc-jeromes committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e24069e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix: ORA-00904

    test: pagination improvement
    yajra committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c86fb73 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI (#880)

    Co-authored-by: StyleCI Bot <bot@styleci.io>
    yajra and StyleCIBot committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9770039 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    774858c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b36847 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. fix: use from table as alias

    yajra committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    655296d View commit details
    Browse the repository at this point in the history
  2. refactor: inline var

    yajra committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    5a28779 View commit details
    Browse the repository at this point in the history
  3. test: limit with table.* select

    yajra committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    4a93740 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1454ebc View commit details
    Browse the repository at this point in the history
  5. test: limit and offset fromSub

    yajra committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    060982e View commit details
    Browse the repository at this point in the history
  6. test: limit and offset fromSub

    yajra committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    eef2787 View commit details
    Browse the repository at this point in the history
  7. Apply fixes from StyleCI (#881)

    Co-authored-by: StyleCI Bot <bot@styleci.io>
    yajra and StyleCIBot committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    d2728a0 View commit details
    Browse the repository at this point in the history
  8. fix: offset test

    yajra committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    66770fb View commit details
    Browse the repository at this point in the history
  9. fix: ORA 904 when using join

    yajra committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    7076141 View commit details
    Browse the repository at this point in the history