[PR #1018] [MERGED] DBAL-878 Wrong mapping type #9045

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/1018
Author: @chandon
Created: 4/25/2014
Status: Merged
Merged: 4/25/2014
Merged by: @guilhermeblanco

Base: masterHead: master


📝 Commits (1)

  • 9ba31a3 [DBAL-878] Wrong mapping type

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php (+1 -1)

📄 Description

the type should be the mapping type, and not the name of the type. This
does the difference for simple_array, as the result should be
simple_array and not simplearray


🔄 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/1018 **Author:** [@chandon](https://github.com/chandon) **Created:** 4/25/2014 **Status:** ✅ Merged **Merged:** 4/25/2014 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9ba31a3`](https://github.com/doctrine/orm/commit/9ba31a394a112aae516ce9c8a5f8e791aeb1b332) [DBAL-878] Wrong mapping type ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php` (+1 -1) </details> ### 📄 Description the type should be the mapping type, and not the name of the type. This does the difference for simple_array, as the result should be simple_array and not simplearray --- <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:02:57 +01:00
admin closed this issue 2026-01-22 16:02: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#9045