Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: event-engine/php-postgres-document-store
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: event-engine/php-postgres-document-store
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 19 files changed
  • 4 contributors

Commits on Jan 30, 2021

  1. - Allow PHP 8

    - Updated (dev) dependencies
    - Bugfix: replaced substr_replace with str_repalce
    - Updated doc header with copyright year
    zluiten committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    7ad5feb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Merge pull request #19 from netiul/feature/php8

    Allow PHP 8 (and fixed a bug)
    Alexander Miertsch authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    51cdac6 View commit details
    Browse the repository at this point in the history
  2. Update composer.json

    Alexander Miertsch authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    92b60a8 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    6162636 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from event-engine/bugfix/22-sql-constraint-error

    Check if doc is null - Close #22
    Alexander Miertsch authored May 25, 2021
    Configuration menu
    Copy the full SHA
    dacf453 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    1937cc1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from netiul/feature/extract-filter-processor

    Extract filter processing logic to a seperate class
    Alexander Miertsch authored Apr 3, 2022
    Configuration menu
    Copy the full SHA
    2c7daec View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    909c5d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from netiul/feature/extract-orderby-processor

    Extract order by processing logic to a separate class
    Alexander Miertsch authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    60552f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Configuration menu
    Copy the full SHA
    10ab64d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from event-engine/feature/php8.4-remove-deprec…

    …ations
    
    Remove php8.4 deprecations
    arnedesmedt authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    e83a58a View commit details
    Browse the repository at this point in the history
Loading