Skip to content

Tags: ScientaNL/DoctrineJsonFunctions

Tags

6.3.0

Toggle 6.3.0's commit message
Make JSON_VALUE() RETURNING arg for mysql optional

6.2.0

Toggle 6.2.0's commit message
fix: typo in README

6.1.0

Toggle 6.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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

6.0.0

Toggle 6.0.0's commit message
Allow flexibility in composer versions

5.5.0

Toggle 5.5.0's commit message
Support ORM 3

5.4.0

Toggle 5.4.0's commit message
Fix doctrine/lexer deprecations

5.3.0

Toggle 5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #89 from SherinBloemendaal/master

Use PostgreSQLPlatform instead of PostgreSQL94Platform

5.2.0

Toggle 5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #84 from willemverspyck/master

Add JsonArrayAgg and JsonObjectAgg

5.1.0

Toggle 5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #83 from nyroDev/update_mariadb

Implement missing MariaDB and update doc to indicate MySQL is compatible

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #76 from piotaixr/feature/dbal3.0

Make code compatible (and requiring) Doctrine ORM 2.10 and DBAL 3.0