mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #654] [CLOSED] Ilike #8510
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/654
Author: @lighthart
Created: 4/27/2013
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
fed09adAdded Ilike📊 Changes
11 files changed (+259 additions, -8 deletions)
View changed files
➕
lib/Doctrine/ORM/Query/AST/IlikeExpression.php(+74 -0)📝
lib/Doctrine/ORM/Query/Lexer.php(+1 -0)📝
lib/Doctrine/ORM/Query/Parser.php(+45 -2)📝
lib/Doctrine/ORM/Query/SqlWalker.php(+26 -0)📝
lib/Doctrine/ORM/Query/TreeWalker.php(+9 -0)📝
lib/Doctrine/ORM/Query/TreeWalkerAdapter.php(+7 -0)📝
lib/Doctrine/ORM/Query/TreeWalkerChain.php(+7 -0)📝
tests/Doctrine/Tests/ORM/Query/DeleteSqlGenerationTest.php(+17 -0)📝
tests/Doctrine/Tests/ORM/Query/ExprTest.php(+12 -2)📝
tests/Doctrine/Tests/ORM/Query/LanguageRecognitionTest.php(+10 -0)📝
tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php(+51 -4)📄 Description
Ilike (insensitive like) expression added for postgres support
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.