"bitsweat" made AR/Oracle cry... http://dev.rubyonrails.org/changeset/4335 ------------------------------------------------------------------------ r4335 | bitsweat | 2006-05-11 20:59:43 -0700 (Thu, 11 May 2006) | 1 line
PostgreSQL: migrations support :limit with :integer columns by mapping limit < 4 to smallint, > 4 to bigint, and anything else to integer. Closes #2900. ------------------------------------------------------------------------ U activerecord/test/migration_test.rb U activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb U activerecord/CHANGELOG Updated to revision 4335. 1) Failure: test_create_table_with_limits(MigrationTest) [./test/migration_test.rb:153]: <"integer"> expected but was <"NUMBER">. 872 tests, 3065 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) _______________________________________________ Rails-core mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-core
