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

Fix history exports #985

Merged
merged 6 commits into from
Mar 22, 2024
Merged

Fix history exports #985

merged 6 commits into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    0148984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e311d8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0240cc4 View commit details
    Browse the repository at this point in the history
  4. JsonResultSetUtils: Query results in bulk..

    ..if there's no limit imposed. PDO runs queries in buffered mode
    by default. Fetching without a limit needlessly increases the risk
    to require more memory than available.
    nilmerg committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    84735b6 View commit details
    Browse the repository at this point in the history
  5. CsvResultSetUtils: Query results in bulk..

    ..if there's no limit imposed. PDO runs queries in buffered mode
    by default. Fetching without a limit needlessly increases the risk
    to require more memory than available.
    nilmerg committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9de4e33 View commit details
    Browse the repository at this point in the history
  6. Update phpstan baselines

    nilmerg committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    95849d9 View commit details
    Browse the repository at this point in the history