Bug #66939
closed"Class extends DateTime" not supported by DataMapper
100%
Description
Create an Extbase entity having a property of type \DateTime.
That just works, database results are mapped to \DateTime properly.
Make "\MyVeryOwnDateTimes extends \DateTime".
Now create an Extbase entity having a property of type \MyVeryOwnDateTimes.
That doesn’t work. Database results are mapped to \DateTime as well, not to \MyVeryOwnDateTimes as expected.
By the way: I'm going to use "6.2" was TYPO3 version for two reasons.
The first is: That's the TYPO3 version I'm currently working with, being blocked by that situation.
The second is: I do hope this really is called a bug, so it can be fixed as such without being required to wait for the next major release version.
Regards,
Stephan.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39534
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39534
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39534
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39534
Updated by Stephan Schuler over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 706385766a4a2e557901279bc38cdc26dccbb0eb.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42590
Updated by Stephan Schuler over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 39b4993a8d87802149a3960fc4d66967cc0917fb.