mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 09:23:20 +02:00
[PR #495] [CLOSED] [DDC-2113] Surround WHERE clause with parens if using SQLFilter #8282
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/495
Author: @vclayton
Created: 11/1/2012
Status: ❌ Closed
Base:
2.2← Head:DDC-2113📝 Commits (10+)
7807d68fix delete join table not owning side51f29cdfix delete join tablecd806b8fix DDC-142 persist OneToOnee0a236afix DDC-142 load OneToOne EAGERb6b35d9test quote join variable85b6f8dchange quote strategy to interfaceea69048revert wrong changeab9ff81revert submodule change49f9d18Fix CS and test configurationb9d94e7add DefaultQuoteStrategy use statement📊 Changes
488 files changed (+22961 additions, -6275 deletions)
View changed files
📝
.gitignore(+1 -1)📝
.gitmodules(+1 -1)📝
LICENSE(+19 -504)📝
README.markdown(+3 -2)➕
UPGRADE.md(+467 -0)➖
UPGRADE_TO_2_0(+0 -240)➖
UPGRADE_TO_2_1(+0 -25)➖
UPGRADE_TO_2_2(+0 -76)➖
UPGRADE_TO_ALPHA3(+0 -35)➖
UPGRADE_TO_ALPHA4(+0 -36)📝
bin/doctrine(+1 -1)➕
bin/doctrine-pear.php(+50 -0)📝
bin/doctrine.php(+1 -8)📝
build.xml(+2 -2)📝
composer.json(+13 -4)📝
doctrine-mapping.xsd(+113 -2)📝
lib/Doctrine/ORM/AbstractQuery.php(+255 -82)📝
lib/Doctrine/ORM/Configuration.php(+208 -76)📝
lib/Doctrine/ORM/EntityManager.php(+112 -44)📝
lib/Doctrine/ORM/EntityNotFoundException.php(+2 -2)...and 80 more files
📄 Description
Patch to address DDC-2113, by surrounding the WHERE clause conditional with parens if there are any filterClauses
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.