rails--rails/activerecord/test/schema
Raimonds Simanovskis 963570b51c added additional objects necessary for OracleAdapter specific tests
if OracleAdapter is used then use VARCHAR2(4000) instead of CLOB datatype as CLOB data type has many limitations in
Oracle SELECT WHERE clause which causes many unit test failures
2009-08-06 23:40:59 +03:00
..
mysql_specific_schema.rb Create mysql binary_fields table with latin1 character set as with utf8 all the limits would have to be divided by 3 to get the expected text types 2008-08-26 01:49:19 -07:00
oracle_specific_schema.rb added additional objects necessary for OracleAdapter specific tests 2009-08-06 23:40:59 +03:00
postgresql_specific_schema.rb Ensure postgresql tests work when starting from scratch. 2008-04-30 21:54:54 +12:00
schema.rb added additional objects necessary for OracleAdapter specific tests 2009-08-06 23:40:59 +03:00
sqlite_specific_schema.rb Use schema.rb for all databases 2008-04-22 13:55:13 +12:00