-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: event-engine/php-postgres-document-store
base: v0.9.0
head repository: event-engine/php-postgres-document-store
compare: master
- 20 commits
- 20 files changed
- 6 contributors
Commits on Apr 29, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8344693 - Browse repository at this point
Copy the full SHA 8344693View commit details
Commits on Apr 30, 2020
-
Merge pull request #14 from heiglandreas/handleEmptyArrayWithInClause
Fix issue with empty array for IN-clause
Alexander Miertsch authoredApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for e9721e2 - Browse repository at this point
Copy the full SHA e9721e2View commit details
Commits on Sep 27, 2020
-
tests: confirm that (and how) associative array values are handled in…
… updates
Gary Lockett committedSep 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 076ee4b - Browse repository at this point
Copy the full SHA 076ee4bView commit details -
feature: add replaceDoc and replaceMany methods
Gary Lockett committedSep 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 5a179ea - Browse repository at this point
Copy the full SHA 5a179eaView commit details
Commits on Sep 30, 2020
-
Merge pull request #16 from internalsystemerror/feature-replace-doc
feature: add replaceDoc and replaceMany methods
Alexander Miertsch authoredSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 183ab6c - Browse repository at this point
Copy the full SHA 183ab6cView commit details -
Merge branch 'master' into test-nested-assoc-value
Alexander Miertsch authoredSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 354f5a8 - Browse repository at this point
Copy the full SHA 354f5a8View commit details -
Merge pull request #15 from internalsystemerror/test-nested-assoc-value
tests: confirm that (and how) associative array values are handled in updates
Alexander Miertsch authoredSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 468edfa - Browse repository at this point
Copy the full SHA 468edfaView commit details
Commits on Oct 6, 2020
-
fix(deps): update event-engine/php-persistence to ^0.8
chore(deps): update dependencies to latest PHP 7.2 version
Gary Lockett committedOct 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 8171a2d - Browse repository at this point
Copy the full SHA 8171a2dView commit details
Commits on Oct 16, 2020
-
Merge pull request #17 from internalsystemerror/update-persistence
fix(deps): update event-engine/php-persistence to ^0.8
Alexander Miertsch authoredOct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for d741a9f - Browse repository at this point
Copy the full SHA d741a9fView commit details
Commits on Jan 30, 2021
-
- Updated (dev) dependencies - Bugfix: replaced substr_replace with str_repalce - Updated doc header with copyright year
Configuration menu - View commit details
-
Copy full SHA for 7ad5feb - Browse repository at this point
Copy the full SHA 7ad5febView commit details
Commits on Feb 6, 2021
-
Merge pull request #19 from netiul/feature/php8
Allow PHP 8 (and fixed a bug)
Alexander Miertsch authoredFeb 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 51cdac6 - Browse repository at this point
Copy the full SHA 51cdac6View commit details -
Alexander Miertsch authored
Feb 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 92b60a8 - Browse repository at this point
Copy the full SHA 92b60a8View commit details
Commits on May 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6162636 - Browse repository at this point
Copy the full SHA 6162636View commit details -
Merge pull request #23 from event-engine/bugfix/22-sql-constraint-error
Check if doc is null - Close #22
Alexander Miertsch authoredMay 25, 2021 Configuration menu - View commit details
-
Copy full SHA for dacf453 - Browse repository at this point
Copy the full SHA dacf453View commit details
Commits on Apr 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1937cc1 - Browse repository at this point
Copy the full SHA 1937cc1View commit details -
Merge pull request #21 from netiul/feature/extract-filter-processor
Extract filter processing logic to a seperate class
Alexander Miertsch authoredApr 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 2c7daec - Browse repository at this point
Copy the full SHA 2c7daecView commit details
Commits on Apr 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 909c5d4 - Browse repository at this point
Copy the full SHA 909c5d4View commit details -
Merge pull request #25 from netiul/feature/extract-orderby-processor
Extract order by processing logic to a separate class
Alexander Miertsch authoredApr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 60552f5 - Browse repository at this point
Copy the full SHA 60552f5View commit details
Commits on Jan 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 10ab64d - Browse repository at this point
Copy the full SHA 10ab64dView commit details -
Merge pull request #28 from event-engine/feature/php8.4-remove-deprec…
…ations Remove php8.4 deprecations
Configuration menu - View commit details
-
Copy full SHA for e83a58a - Browse repository at this point
Copy the full SHA e83a58aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.0...master