aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/xml_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-191-1/+1
* tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-021-0/+7
* Don't rely on the sql type to quote XML columns in PGSean Griffin2014-07-061-1/+14
* test pg, rm unused requires.Yves Senn2014-06-031-3/+0
* test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-121-1/+1
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* no need to `return skip` in tests. `skip` is enough.Yves Senn2014-01-161-1/+1
* Use assert_nil instead of testing for equalityCarlos Antonio da Silva2013-08-021-2/+1
* Removed redundant xml override from pg adapterPaul Nikitochkin2013-08-021-0/+39