mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #433] [MERGED] DDC-2003 - DateTime conditions in Criteria objects result in errors #8188
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/433
Author: @Josiah
Created: 8/31/2012
Status: ✅ Merged
Merged: 9/5/2012
Merged by: @beberlei
Base:
master← Head:DDC-2003📝 Commits (5)
783c53dAdded a failing test for DDC-2003c7f5d9dFixed DDC-2003 using closures to reference the functionality of the calling entity persister from the SQL value visitor.a6b6b25Removed the closure keyword as it isn't supported in PHP 5.3e0d1633Fixed formatting issues identified by Stof959c4f0Refactored the SqlValueVisitor to move all type processing to the entity persister.📊 Changes
3 files changed (+105 additions, -30 deletions)
View changed files
📝
lib/Doctrine/ORM/Persisters/BasicEntityPersister.php(+16 -2)📝
lib/Doctrine/ORM/Persisters/SqlValueVisitor.php(+2 -28)➕
tests/Doctrine/Tests/ORM/Functional/EntityRepositoryCriteriaTest.php(+87 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.