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: ScientaNL/DoctrineJsonFunctions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.0
Choose a base ref
...
head repository: ScientaNL/DoctrineJsonFunctions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.1.0
Choose a head ref
  • 5 commits
  • 8 files changed
  • 5 contributors

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    115fa45 View commit details
    Browse the repository at this point in the history
  2. ci: migrate phpunit config (v10+)

    simPod authored and Hikariii committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    201f2a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. update postgres function names in readme

    dbu authored and Hikariii committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    69bb1da View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    f9773d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Fix validatePlatform for MariaDB, check for instance of MariaDBPlatform

    Versions of DBAL before 3.3 used or extended the MySQLPlatform when
    connecting to MariaDB. Because of this the platform check was
    requiring an instance of MySQLPlatform.
    
    This commit fixes MariaDB compatibility with DBAL >=3.3, while remaining
     compatible with versions prior to that (for now).
    
    Fixes #113
    annervisser authored and Hikariii committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0d9c01a View commit details
    Browse the repository at this point in the history
Loading