mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
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.