DDC-645: XML schema missing change-tracking-policy #794

Closed
opened 2026-01-22 12:50:40 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Jun 18, 2010).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user frantisek.troster:

Hi,

XML schema is missing change-tracking-policy element:

<entity name="Doctrine\Tests\Models\ECommerce\ECommerceCart" table="ecommerce_carts">
        <change-tracking-policy>DEFERRED_IMPLICIT</change-tracking-policy>
        <field name="payment" type="string" column="payment" length="50" precision="0" scale="0"/>

Thank you

Originally created by @doctrinebot on GitHub (Jun 18, 2010). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user frantisek.troster: Hi, XML schema is missing change-tracking-policy element: ``` <entity name="Doctrine\Tests\Models\ECommerce\ECommerceCart" table="ecommerce_carts"> <change-tracking-policy>DEFERRED_IMPLICIT</change-tracking-policy> <field name="payment" type="string" column="payment" length="50" precision="0" scale="0"/> ``` Thank you
admin added the Bug label 2026-01-22 12:50:40 +01:00
admin closed this issue 2026-01-22 12:50:41 +01:00
Author
Owner

@doctrinebot commented on GitHub (Aug 8, 2010):

Comment created by @beberlei:

We changed how the XML Driver allows to define the change-tracking-policy for better validation. The working case is now:

    <entity change-tracking-policy="DEFERRED_IMPLICT" />

Its included in the XSD Schema now.

@doctrinebot commented on GitHub (Aug 8, 2010): Comment created by @beberlei: We changed how the XML Driver allows to define the change-tracking-policy for better validation. The working case is now: ``` <entity change-tracking-policy="DEFERRED_IMPLICT" /> ``` Its included in the XSD Schema now.
Author
Owner

@doctrinebot commented on GitHub (Aug 8, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Aug 8, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#794