[PR #1479] Quoted field - yaml driver #9540

Open
opened 2026-01-22 16:04:37 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/1479

State: closed
Merged: No


Allow the usage of quoted field mapping option in yaml mappings

Example:

MyModel:
    type: entity
    fields:
        values:
            type: string
            quoted: true
**Original Pull Request:** https://github.com/doctrine/orm/pull/1479 **State:** closed **Merged:** No --- Allow the usage of `quoted` field mapping option in yaml mappings Example: ``` MyModel: type: entity fields: values: type: string quoted: true ```
admin added the pull-request label 2026-01-22 16:04:37 +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#9540