rails/activerecord/test
Raimonds Simanovskis 05ef038bb9 Fixed adapter tests not to assert LIMIT and OFFSET in SQL strings
Fixed adapter test cases that were failing in oracle because the asserts were looking for the presence of offset and limit which are not available in oracle. Changed the tests to check that the sql injection is not present in the output so that the tests are database adapter agnostic.
2010-06-04 22:44:03 +03:00
..
assets move assets and models 2008-01-18 07:27:03 +00:00
cases Fixed adapter tests not to assert LIMIT and OFFSET in SQL strings 2010-06-04 22:44:03 +03:00
connections ignore selects from data dictionary views when running tests on Oracle 2010-06-04 22:44:03 +03:00
fixtures Support fixtures for namespaced models [#2965 state:resolved] 2010-04-25 16:04:38 +02:00
migrations Made migrations transactional for PostgreSQL [#834 state:resolved] 2008-08-22 14:46:25 -07:00
models Explicitly set Topic model last_read attribute as Date value when Oracle enhanced adapter is used 2010-06-04 22:44:02 +03:00
schema Support fixtures for namespaced models [#2965 state:resolved] 2010-04-25 16:04:38 +02:00
config.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00