aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/xml_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-7/+7
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-181-1/+1
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* 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