mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #688] [MERGED] Implement QuoteStrategy on SqlWalker walkRangeVariableDeclaration #8561
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/688
Author: @johnbrown
Created: 6/6/2013
Status: ✅ Merged
Merged: 6/12/2013
Merged by: @guilhermeblanco
Base:
master← Head:master📝 Commits (4)
77b905eImplement QuoteStrategy on SqlWalker walkRangeVariableDeclaration9bea612Adding simple test to ensure quoting of table names still functions. Note: the funtionality of this change won't be noticiable unless a custom quote strategy is implementedafb9c82updating sql walker to use quote strategy in joins4ef043fupdating sql walker to use quote strategy in joins📊 Changes
2 files changed (+15 additions, -4 deletions)
View changed files
📝
lib/Doctrine/ORM/Query/SqlWalker.php(+4 -4)📝
tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php(+11 -0)📄 Description
Based on:
http://www.doctrine-project.org/jira/browse/DDC-1845
cb72219b11🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.