Actions
Task #80010
closedRemove temporary solution for comparing BLOBS
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2017-02-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
Due to an error in Doctrine (https://github.com/doctrine/dbal/issues/2663) a comparison of changes in
the BLOB datatype cannot be detected. Since the new session framework needs this changes - a
temporary workaround has been made via https://forge.typo3.org/issues/79722.
As soon as this has been fixed in Doctrine this workaround must be removed again.
Updated by Susanne Moog almost 7 years ago
- Category set to Database API (Doctrine DBAL)
- Status changed from New to On Hold
- Target version changed from 9.0 to Candidate for patchlevel
Updated by Riccardo De Contardi 7 months ago
As far as I can understand looking at https://github.com/doctrine/dbal/issues/2663 it has been fixed with https://github.com/doctrine/dbal/pull/4746 on Aug 23, 2021
Updated by Benni Mack 5 months ago
- Related to Bug #79722: Schema analyzer ignores BLOB size changes added
Updated by Benni Mack 5 months ago
- Status changed from On Hold to Closed
Closing this issue as this was fixed in Doctrine in 2021 and we run with the latest version of doctrine/dbal. Hope that's OK with you Thomas!
Actions