[PR #968] [CLOSED] Json_Array type returns empty array when used with nullable annotation #8976

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/968
Author: @localheinz
Created: 3/4/2014
Status: Closed

Base: masterHead: bugfix/nullable-json-array-mapped-to-empty-array


📝 Commits (6)

  • 22ad151 Test: Add failing test
  • 0d8b293 Composer: Update doctrine/dbal dependency
  • af19554 Fix: Remove required, add import
  • 1eb3099 Composer: Maybe this helps
  • 977cddc Fix: Remove class keyword usage (PHP5.5)
  • 4bf06b1 Fix: Remove class keyword

📊 Changes

2 files changed (+79 additions, -1 deletions)

View changed files

📝 composer.json (+7 -1)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC446Test.php (+72 -0)

📄 Description

It says in http://www.doctrine-project.org/jira/browse/DBAL-446 that this issue has been fixed, but apparently, it hasn't.


🔄 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/968 **Author:** [@localheinz](https://github.com/localheinz) **Created:** 3/4/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bugfix/nullable-json-array-mapped-to-empty-array` --- ### 📝 Commits (6) - [`22ad151`](https://github.com/doctrine/orm/commit/22ad15166f2c879ee03dbc09a8a4cd2fe5e8626d) Test: Add failing test - [`0d8b293`](https://github.com/doctrine/orm/commit/0d8b293735a1bdda4982d7321440fa42da866f6f) Composer: Update doctrine/dbal dependency - [`af19554`](https://github.com/doctrine/orm/commit/af19554e9e153e7ae61dbb2f8c939d875f6747e9) Fix: Remove required, add import - [`1eb3099`](https://github.com/doctrine/orm/commit/1eb3099b21ea51932c5762f7f3c64404807a7312) Composer: Maybe this helps - [`977cddc`](https://github.com/doctrine/orm/commit/977cddca7564a95affd159da732ba19a38fb4beb) Fix: Remove class keyword usage (PHP5.5) - [`4bf06b1`](https://github.com/doctrine/orm/commit/4bf06b17ac75c428a45fc7fa9d1a307ecd86eb0b) Fix: Remove class keyword ### 📊 Changes **2 files changed** (+79 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+7 -1) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC446Test.php` (+72 -0) </details> ### 📄 Description It says in http://www.doctrine-project.org/jira/browse/DBAL-446 that this issue has been fixed, but apparently, it hasn't. --- <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:35 +01:00
admin closed this issue 2026-01-22 16:02:36 +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#8976