Displaying 1 result from an estimated 1 matches for "disproov".
Did you mean:
disproof
2006 Mar 29
1
schema dump corrupts date defaults in mysql
...h --trace)
Uggly. In schema.rb:
t.column "valid_until", :date, :default => #<Date: 4976867/2,0,2299161>
Whoa, an object ID? that can''t be right....and if I change schema.rb to a
string, rake re-writes the damn thing before running the tests anyway. Is
this confirmed/disprooved? Is it something I may be doing wrong?
The rake --trace follows, thank all.
--
Matthew Beale :: 607 227 0871
Resume & Portfolio @ http://madhatted.com
** Invoke test (first_time)
** Execute test
** Invoke test:units (first_time)
** Invoke db:test:prepare (first_time)
** Invoke environme...