[PR #17] [CLOSED] Sqlsrv driver #7599

Closed
opened 2026-01-22 15:55:58 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/17
Author: @juokaz
Created: 11/17/2010
Status: Closed

Base: masterHead: sqlsrv-driver


📝 Commits (2)

  • 494bfc8 Fixed length, lower, upper and mod AST functions to use platform for generating SQL
  • b6da2e0 Proper FORM clause generation to support locking

📊 Changes

5 files changed (+16 additions, -15 deletions)

View changed files

📝 lib/Doctrine/ORM/Persisters/BasicEntityPersister.php (+3 -3)
📝 lib/Doctrine/ORM/Query/AST/Functions/LengthFunction.php (+3 -2)
📝 lib/Doctrine/ORM/Query/AST/Functions/LowerFunction.php (+3 -2)
📝 lib/Doctrine/ORM/Query/AST/Functions/ModFunction.php (+4 -6)
📝 lib/Doctrine/ORM/Query/AST/Functions/UpperFunction.php (+3 -2)

📄 Description

A fix enabling to use locks properly


🔄 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/17 **Author:** [@juokaz](https://github.com/juokaz) **Created:** 11/17/2010 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sqlsrv-driver` --- ### 📝 Commits (2) - [`494bfc8`](https://github.com/doctrine/orm/commit/494bfc89661c578a987f99db5ca42fc23c102a3f) Fixed length, lower, upper and mod AST functions to use platform for generating SQL - [`b6da2e0`](https://github.com/doctrine/orm/commit/b6da2e0e425c4481aac3bc332a0e0eced1d2bacf) Proper FORM clause generation to support locking ### 📊 Changes **5 files changed** (+16 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Persisters/BasicEntityPersister.php` (+3 -3) 📝 `lib/Doctrine/ORM/Query/AST/Functions/LengthFunction.php` (+3 -2) 📝 `lib/Doctrine/ORM/Query/AST/Functions/LowerFunction.php` (+3 -2) 📝 `lib/Doctrine/ORM/Query/AST/Functions/ModFunction.php` (+4 -6) 📝 `lib/Doctrine/ORM/Query/AST/Functions/UpperFunction.php` (+3 -2) </details> ### 📄 Description A fix enabling to use locks properly --- <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 15:55:58 +01:00
admin closed this issue 2026-01-22 15:55:58 +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#7599