[cl-migrations-devel] Sort with n > 9
Hi. Attached is a patch to compare-files which fixes a problem with the ordering of migration files. On my system (linux, SBCL 1.0.0) when I added my tenth migration, it sorted "10-" after "1-" and before "2-". I suspect you wanted numeric rather than lexicographic order :) Thanks very much for cl-migrations. That plus clsql plus clsql-pg-introspect equals one happy developer! Sasha
Sasha Kovar wrote:
Attached is a patch to compare-files which fixes a problem with the ordering of migration files.
Thanks so much for the patch. Fixed in 0.0.3. asdf-install should get the latest now.
Thanks very much for cl-migrations. That plus clsql plus clsql-pg-introspect equals one happy developer!
Thanks for the feedback. I'm glad it's useful :) Regards, Vamsee.
participants (2)
-
Sasha Kovar -
Vamsee Kanakala