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

5.1 unbuffered queries #17649

Merged
merged 13 commits into from
May 11, 2024
Merged

5.1 unbuffered queries #17649

merged 13 commits into from
May 11, 2024

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    f691d99 View commit details
    Browse the repository at this point in the history
  2. Make Statement iterable.

    ADmad committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f661b8f View commit details
    Browse the repository at this point in the history
  3. Add support for unbuffered select queries.

    Unbufferred results are only available when directly iterating
    the SelectQuery instance. Calling SelectQuery::all() with always
    returned a buffered result set.
    ADmad committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cfeca32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b84af7 View commit details
    Browse the repository at this point in the history
  5. Fix test

    ADmad committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    47db92a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Fix test

    ADmad committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    765615d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Fix loading of external associations for unbuffered queries.

    Since new queries can't be executed for the same connection for unbuffered MySQL
    queries, containing externally loaded associations will implicitly buffer results.
    ADmad committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c22706c View commit details
    Browse the repository at this point in the history
  2. Rename property

    ADmad committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6032873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5f17eb View commit details
    Browse the repository at this point in the history
  4. Update StatementInterface.

    Fix errors reported by static analysis
    ADmad committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    de5c56b View commit details
    Browse the repository at this point in the history
  5. Fix test

    ADmad committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ee026f9 View commit details
    Browse the repository at this point in the history
  6. Optimize ResultSet creation

    ADmad committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6b10a6c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Fix description

    Co-authored-by: Mark Story <mark@mark-story.com>
    ADmad and markstory committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5fec99a View commit details
    Browse the repository at this point in the history