rails--rails/activerecord/test
Jeremy Kemper 9104d63f99 Quote ActiveSupport::Multibyte::Chars. Closes #6653.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5597 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-11-20 12:02:04 +00:00
..
associations Oracle: resolve test failures, use prefetched primary key for inserts, check for null defaults. Factor out some common methods from all adapters. Closes #6515. 2006-11-01 20:28:48 +00:00
connections SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations workaround, remove count(distinct) query rewrite, cleanup test connection scripts. Closes #6544. 2006-11-05 02:01:31 +00:00
fixtures MySQL: detect when a NOT NULL column without a default value is misreported as default ''. Can't detect for string, text, and binary columns since '' is a legitimate default. Closes #6156. 2006-11-20 08:54:42 +00:00
aaa_create_tables_test.rb
abstract_unit.rb
active_schema_test_mysql.rb
adapter_test.rb
adapter_test_sqlserver.rb
aggregations_test.rb
all.sh
ar_schema_test.rb
association_inheritance_reload.rb
associations_test.rb Test has_one :dependent => :nullify with missing association. Closes #4828. 2006-11-20 11:28:35 +00:00
attribute_methods_test.rb
base_test.rb Quote ActiveSupport::Multibyte::Chars. Closes #6653. 2006-11-20 12:02:04 +00:00
binary_test.rb
calculations_test.rb Deprecation: count class method should be called with an options hash rather than two args for conditions and joins. Closes #6287. 2006-09-26 17:02:45 +00:00
callbacks_test.rb add a failing test so we can make it happy again 2006-10-04 15:38:59 +00:00
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb
copy_table_sqlite.rb
datatype_test_postgresql.rb
default_test_firebird.rb
defaults_test.rb Test for forged '' default before it's typecast. Closes #6156. 2006-11-20 11:44:31 +00:00
deprecated_associations_test.rb
deprecated_finder_test.rb Deprecation: count class method should be called with an options hash rather than two args for conditions and joins. Closes #6287. 2006-09-26 17:02:45 +00:00
empty_date_time_test.rb
finder_test.rb Support nil and Array in :conditions => { attr => value } hashes. Closes #6548. 2006-11-05 21:27:51 +00:00
fixtures_test.rb Don't rollback in teardown unless a transaction was started. Don't start a transaction in create_fixtures if a transaction is started. Closes #6282. 2006-10-09 07:48:27 +00:00
inheritance_test.rb Cache inheritance_column. Closes #6592. 2006-11-09 19:31:31 +00:00
lifecycle_test.rb
locking_test.rb Oracle: resolve test failures, use prefetched primary key for inserts, check for null defaults. Factor out some common methods from all adapters. Closes #6515. 2006-11-01 20:28:48 +00:00
method_scoping_test.rb Deprecation: count class method should be called with an options hash rather than two args for conditions and joins. Closes #6287. 2006-09-26 17:02:45 +00:00
migration_test.rb SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations workaround, remove count(distinct) query rewrite, cleanup test connection scripts. Closes #6544. 2006-11-05 02:01:31 +00:00
migration_test_firebird.rb Firebird: decimal/numeric support. Closes #6408. 2006-11-07 19:56:01 +00:00
mixin_nested_set_test.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb
readonly_test.rb
reflection_test.rb Removes the ability for eager loaded conditions to be interpolated, since there is no model instance to use as a context for interpolation. #5553 [turnip@turnipspatch.com] 2006-10-09 02:46:57 +00:00
schema_authorization_test_postgresql.rb
schema_dumper_test.rb Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out feature availability check. 2006-11-14 03:32:16 +00:00
schema_test_postgresql.rb
synonym_test_oracle.rb
threaded_connections_test.rb
transactions_test.rb Deprecation: object transactions warning. 2006-11-02 18:12:18 +00:00
unconnected_test.rb
validations_test.rb validates_numericality_of uses \A \Z to ensure the entire string matches rather than ^ $ which may match one valid line of a multiline string. Closes #5716. 2006-11-20 10:51:50 +00:00
xml_serialization_test.rb