#1614: Migrations not running in the correct order on some filesystems
---------------------------+------------------------------------------------
Reporter: donalmacanri | Owner: jwage
Type: defect | Status: new
Priority: minor | Milestone: 1.1.0
Component: Migrations | Version: 1.1-DEV
Resolution: | Keywords:
Has_test: 0 | Mystatus: Pending Core Response
Has_patch: 0 |
---------------------------+------------------------------------------------
Old description:
> Migrations are not running in the correct order on some filesystems. I
> think this is because the DirectoryIterator iterates through the files in
> a directory in the order supplied by the operating system, and in the
> case of filesystems such as ext3, they are not returned in alphabetical
> order.
>
> php version: 5.2.4
> doctrine version: 1.1
New description:
Migrations are not running in the correct order on some filesystems. I
think this is because the DirectoryIterator iterates through the files in
a directory in the order supplied by the operating system, and in the case
of filesystems such as ext3, they are not returned in alphabetical order.
php version: 5.2.4
doctrine version: 1.1
Comment (by deefour):
Hi donalmacanri-
http://trac.doctrine-project.org/ticket/1688
I submitted a duplicate ticket, and provided a patch. I thought I'd post
to this ticket in case it is of use to you. Have a good day.
--
Ticket URL: <
http://trac.doctrine-project.org/ticket/1614#comment:2>