DDC-3718: Inifinite schema diff when using decimal with options unsigned #4563

Closed
opened 2026-01-22 14:44:58 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Apr 29, 2015).

Originally assigned to: @deeky666 on GitHub.

Jira issue originally created by user kminh:

When using a mapping similar to:

        field_name:
            type: decimal
            scale: 2
            options:
                unsigned: true

I keep getting this when issuing app/console doctrine:schema:update --dump-sql (symfony console):

ALTER TABLE table*name CHANGE field_name field*name NUMERIC(10, 2) NOT NULL;

could be related to: http://www.doctrine-project.org/jira/browse/DC-752

Originally created by @doctrinebot on GitHub (Apr 29, 2015). Originally assigned to: @deeky666 on GitHub. Jira issue originally created by user kminh: When using a mapping similar to: ``` field_name: type: decimal scale: 2 options: unsigned: true ``` I keep getting this when issuing `app/console doctrine:schema:update --dump-sql` (symfony console): ``` ALTER TABLE table*name CHANGE field_name field*name NUMERIC(10, 2) NOT NULL; ``` could be related to: http://www.doctrine-project.org/jira/browse/DC-752
admin added the Bug label 2026-01-22 14:44:58 +01:00
admin closed this issue 2026-01-22 14:44:58 +01:00
Author
Owner

@EmanueleMinotto commented on GitHub (Jan 29, 2016):

Is this issue still valid? considering bdb30696f9

@EmanueleMinotto commented on GitHub (Jan 29, 2016): Is this issue still valid? considering https://github.com/doctrine/dbal/commit/bdb30696f93efb129311830c8ccbc19a8f5d0c49
Author
Owner

@deeky666 commented on GitHub (Jan 29, 2016):

yep looks like it is fixed. Closing.

@deeky666 commented on GitHub (Jan 29, 2016): yep looks like it is fixed. Closing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#4563