rails--rails/activerecord/test
Jeremy Kemper 5b7630e174 MySQL disallows TEXT defaults so don't test for them.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6149 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-02-11 09:17:10 +00:00
..
associations
connections
fixtures MySQL: blob and text columns may not have defaults in 5.x. Update fixtures schema for strict mode. Closes #6695. 2007-01-28 15:45:06 +00:00
aaa_create_tables_test.rb
abstract_unit.rb Introducing Model.cache { ... } for the occasional query caching needs. ( fantastic to reduce the 200 SELECT * from accounts WHERE id=1 queries in your views ) 2007-02-06 21:16:07 +00:00
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
attribute_methods_test.rb
base_test.rb SQLServer: don't choke on strings containing 'null'. Closes #7083. 2007-01-28 17:51:21 +00:00
binary_test.rb
calculations_test.rb Test that calculations don't modify their options hash. References #6929. [eventualbuddha] 2007-01-14 16:19:58 +00:00
callbacks_test.rb Add missing tests ensuring callbacks work with class inheritance. Closes #7339 [sandofsky] 2007-01-24 03:04:48 +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 Oracle: create_table takes a :sequence_name option to override the 'tablename_seq' default. Closes #7000. 2007-01-15 00:34:43 +00:00
deprecated_associations_test.rb
deprecated_finder_test.rb
empty_date_time_test.rb
finder_test.rb Post title and body not null. References #6778. 2007-01-28 09:11:15 +00:00
fixtures_test.rb Fixtures use the table name and connection from set_fixture_class. Closes #7330. 2007-01-24 01:29:49 +00:00
inheritance_test.rb Subclasses of an abstract class work with single-table inheritance. References #5704, closes #7284. 2007-01-23 04:19:16 +00:00
lifecycle_test.rb
locking_test.rb Made increment_counter/decrement_counter play nicely with optimistic locking, and added a more general update_counters method 2007-02-07 16:10:40 +00:00
method_scoping_test.rb
migration_test.rb MySQL disallows TEXT defaults so don't test for them. 2007-02-11 09:17:10 +00:00
migration_test_firebird.rb
mixin_nested_set_test.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb
query_cache_test.rb Introducing Model.cache { ... } for the occasional query caching needs. ( fantastic to reduce the 200 SELECT * from accounts WHERE id=1 queries in your views ) 2007-02-06 21:16:07 +00:00
readonly_test.rb
reflection_test.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb MySQL: blob and text columns may not have defaults in 5.x. Update fixtures schema for strict mode. Closes #6695. 2007-01-28 15:45:06 +00:00
schema_test_postgresql.rb
synonym_test_oracle.rb
table_name_test_sqlserver.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb
xml_serialization_test.rb