[PR #748] [MERGED] Add hour to DATE_ADD and DATE_SUB #8654

Closed
opened 2026-01-22 16:00:56 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/748
Author: @makhov
Created: 8/6/2013
Status: Merged
Merged: 8/6/2013
Merged by: @guilhermeblanco

Base: masterHead: master


📝 Commits (2)

  • dd975fe Add hour to DATE_ADD and DATE_SUB
  • d8fcdc0 Add hour to DATE_ADD and DATE_SUB. Excepcion message fix

📊 Changes

2 files changed (+12 additions, -2 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/AST/Functions/DateAddFunction.php (+6 -1)
📝 lib/Doctrine/ORM/Query/AST/Functions/DateSubFunction.php (+6 -1)

📄 Description

Add hours support to DATE_ADD and DATE_SUB.

see https://github.com/doctrine/dbal/pull/354


🔄 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/748 **Author:** [@makhov](https://github.com/makhov) **Created:** 8/6/2013 **Status:** ✅ Merged **Merged:** 8/6/2013 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`dd975fe`](https://github.com/doctrine/orm/commit/dd975fe53d7b46959abbc3951a1e84e0e55485a7) Add hour to DATE_ADD and DATE_SUB - [`d8fcdc0`](https://github.com/doctrine/orm/commit/d8fcdc0c547df9c5ab091f21aade3cdc1ae3a963) Add hour to DATE_ADD and DATE_SUB. Excepcion message fix ### 📊 Changes **2 files changed** (+12 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/AST/Functions/DateAddFunction.php` (+6 -1) 📝 `lib/Doctrine/ORM/Query/AST/Functions/DateSubFunction.php` (+6 -1) </details> ### 📄 Description Add hours support to DATE_ADD and DATE_SUB. see https://github.com/doctrine/dbal/pull/354 --- <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:00:56 +01:00
admin closed this issue 2026-01-22 16:00:57 +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#8654