"marcel" made AR/Oracle cry... http://dev.rubyonrails.org/changeset/4340 ------------------------------------------------------------------------ r4340 | marcel | 2006-05-14 11:37:22 -0700 (Sun, 14 May 2006) | 1 line Preserve MySQL boolean column defaults when changing a column in a migration. Closes #5015. [pdcawley@bofh.org.uk] ------------------------------------------------------------------------ U activerecord/test/migration_test.rb U activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb U activerecord/lib/active_record/connection_adapters/mysql_adapter.rb U activerecord/CHANGELOG Updated to revision 4340. 1) Failure: test_change_column(MigrationTest) [./test/migration_test.rb:326]: <nil> is not true. 872 tests, 3066 assertions, 1 failures, 0 errors rake aborted! Command failed with status (1): [/usr/pkg/ruby184/bin/ruby -Ilib:test:test/...] (See full trace by running task with --trace)
On Sun, May 14, 2006 at 11:41:43AM -0700, Michael Schoen wrote:> "marcel" made AR/Oracle cry... > > http://dev.rubyonrails.org/changeset/4340 > ------------------------------------------------------------------------ > r4340 | marcel | 2006-05-14 11:37:22 -0700 (Sun, 14 May 2006) | 1 line > > Preserve MySQL boolean column defaults when changing a column in a migration. Closes #5015. [pdcawley@bofh.org.uk]I must say I was expecting this to happen ;) marcel -- Marcel Molina Jr. <marcel@vernix.org>
Marcel Molina Jr. wrote:> On Sun, May 14, 2006 at 11:41:43AM -0700, Michael Schoen wrote: >> "marcel" made AR/Oracle cry... >> >> http://dev.rubyonrails.org/changeset/4340 >> ------------------------------------------------------------------------ >> r4340 | marcel | 2006-05-14 11:37:22 -0700 (Sun, 14 May 2006) | 1 line >> >> Preserve MySQL boolean column defaults when changing a column in a migration. Closes #5015. [pdcawley@bofh.org.uk] > > I must say I was expecting this to happen ;)I''ve got this fixed in patch that bundles in boolean support with a few other enhancements as well, if somebody can apply. http://dev.rubyonrails.org/ticket/5139