[PR #792] [MERGED] [DDC-2668] Fix trim leading zero string #8715

Open
opened 2026-01-22 16:01:12 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/792
Author: @FabioBatSilva
Created: 9/17/2013
Status: Merged
Merged: 9/26/2013
Merged by: @beberlei

Base: masterHead: DDC-2668


📝 Commits (1)

  • 689da2f [DDC-2668] Fix trim leading zero string

📊 Changes

2 files changed (+91 additions, -32 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/AST/Functions/TrimFunction.php (+80 -32)
📝 tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php (+11 -0)

📄 Description

http://www.doctrine-project.org/jira/browse/DDC-2668


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/792 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 9/17/2013 **Status:** ✅ Merged **Merged:** 9/26/2013 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC-2668` --- ### 📝 Commits (1) - [`689da2f`](https://github.com/doctrine/orm/commit/689da2f36b761b5992d2282160fe78fe23b58a3a) [DDC-2668] Fix trim leading zero string ### 📊 Changes **2 files changed** (+91 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/AST/Functions/TrimFunction.php` (+80 -32) 📝 `tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php` (+11 -0) </details> ### 📄 Description http://www.doctrine-project.org/jira/browse/DDC-2668 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:01:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8715