-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type::JSON not supported in current Doctrine #34965
Conversation
doctrine/dbal 2.5 doesn't have json, so using text instead for now
Oh for the day we can drop PHP 7.0 and get all the modern dependencies. |
Codecov Report
@@ Coverage Diff @@
## master #34965 +/- ##
============================================
- Coverage 65.38% 65.38% -0.01%
Complexity 18592 18592
============================================
Files 1213 1213
Lines 70408 70408
Branches 1295 1295
============================================
- Hits 46035 46034 -1
- Misses 23999 24000 +1
Partials 374 374
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #34965 +/- ##
============================================
- Coverage 65.38% 65.38% -0.01%
Complexity 18592 18592
============================================
Files 1213 1213
Lines 70408 70408
Branches 1295 1295
============================================
- Hits 46035 46034 -1
- Misses 23999 24000 +1
Partials 374 374
Continue to review full report at Codecov.
|
Doctrine/dbal 2.5 doesn't have json, so using text instead for now to avoid migration troubles.
Had to apply this on stable10 here #34951