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.9.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
  • 20 commits
  • 20 files changed
  • 6 contributors

Commits on Apr 29, 2020

  1. Fix issue with empty array for IN-clause

    When an IN-clause is created with an empty array PostgreSQL will blow up
    with an SQL-Error as the resulting SQL would be ` x IN()` which is not
    allowed.
    
    This commit works around that by returning a query-part that always
    returns
    false as querying for something that is not part of something else will
    always return false.
    heiglandreas committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    8344693 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Merge pull request #14 from heiglandreas/handleEmptyArrayWithInClause

    Fix issue with empty array for IN-clause
    Alexander Miertsch authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    e9721e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. tests: confirm that (and how) associative array values are handled in…

    … updates
    Gary Lockett committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    076ee4b View commit details
    Browse the repository at this point in the history
  2. feature: add replaceDoc and replaceMany methods

    Gary Lockett committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    5a179ea View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Merge pull request #16 from internalsystemerror/feature-replace-doc

    feature: add replaceDoc and replaceMany methods
    Alexander Miertsch authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    183ab6c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into test-nested-assoc-value

    Alexander Miertsch authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    354f5a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from internalsystemerror/test-nested-assoc-value

    tests: confirm that (and how) associative array values are handled in updates
    Alexander Miertsch authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    468edfa View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. fix(deps): update event-engine/php-persistence to ^0.8

    chore(deps): update dependencies to latest PHP 7.2 version
    Gary Lockett committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    8171a2d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Merge pull request #17 from internalsystemerror/update-persistence

    fix(deps): update event-engine/php-persistence to ^0.8
    Alexander Miertsch authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    d741a9f View commit details
    Browse the repository at this point in the history

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