Skip to content

Tags: diablomedia/doctrine1

Tags

4.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrading psalm (#365)

* Upgrading psalm

* not checking for unused baseline in psalm for now

* adding back unused attribute baseline as it appears in php 8.2+

4.0.3

fixing apcu_store deprecated use, passing 0 if ttl is null

4.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allowing version 6 and 7 of symfony/yaml (#346)

* Allowing version 6 of symfony/yaml

* allowing symfony 7 as well

* another odd psalm error

* psalm upgrade and fixes

* psalm fix

* upgrading codecov github action

* adding codecov token

4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mysql 8 Support (#342)

* Mysql 8 Support

* moving version fetch to constructor

* adding type to new mysqlversion property

* fixing php-cs-fixer error

4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding basic JSON column type support (#168)

* Adding "json" type

* testing disabling emulated prepares

* more work on json field

* expanding json field return types some

* Changing json value on set to be consistent

* fixing phpstan errors, reverting some test changes

* improving error detection around json_encode/decode

3.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update vimeo/psalm requirement from 4.6.4 to 4.7.0 (#167)

* Update vimeo/psalm requirement from 4.6.4 to 4.7.0

Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@4.6.4...4.7.0)

Signed-off-by: dependabot[bot] <[email protected]>

* psalm fixes, psalm badges, shepherd in build

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jay Klehr <[email protected]>

v3.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating changelog with recent changes

v3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixing mysql set and enum types for import/export (#54)

* fixing mysql set and enum types for import/export

* fixing length for SET types when non-native handling is used

* fixing phpstan complaint

* fixing length validation of set type, adding array string as type of set columns in generated models

v3.0.0

adding a skipped status to tests

v2.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating CHANGELOG to reflect the bug fix added