mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #17] [CLOSED] Sqlsrv driver #7599
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/17
Author: @juokaz
Created: 11/17/2010
Status: ❌ Closed
Base:
master← Head:sqlsrv-driver📝 Commits (2)
494bfc8Fixed length, lower, upper and mod AST functions to use platform for generating SQLb6da2e0Proper 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.