[PR #467] [MERGED] add bool detection when inferring type #8237

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/467
Author: @docteurklein
Created: 10/10/2012
Status: Merged
Merged: 10/22/2012
Merged by: @guilhermeblanco

Base: masterHead: fix-bool-type-binding


📝 Commits (1)

  • 7f8af83 add bool detection when inferring type

📊 Changes

1 file changed (+6 additions, -2 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/ParameterTypeInferer.php (+6 -2)

📄 Description

This could resolve problems like:

http://stackoverflow.com/questions/11413752/doctrine2-and-postgres-invalid-input-syntax-for-boolean


🔄 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/467 **Author:** [@docteurklein](https://github.com/docteurklein) **Created:** 10/10/2012 **Status:** ✅ Merged **Merged:** 10/22/2012 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `fix-bool-type-binding` --- ### 📝 Commits (1) - [`7f8af83`](https://github.com/doctrine/orm/commit/7f8af83b5be1ca5fdd66a5be63b6977b107e65b0) add bool detection when inferring type ### 📊 Changes **1 file changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/ParameterTypeInferer.php` (+6 -2) </details> ### 📄 Description This could resolve problems like: http://stackoverflow.com/questions/11413752/doctrine2-and-postgres-invalid-input-syntax-for-boolean --- <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:59:00 +01:00
admin closed this issue 2026-01-22 15:59:00 +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#8237