aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/range_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* `where` by `array|range` attribute with array or range valueRyuta Kamizono2016-08-111-0/+6
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-18/+18
* Refactor tz aware types, add support for PG rangesSean Griffin2016-01-081-0/+42
* make it possible to run AR tests with bin/testYves Senn2015-06-111-2/+2
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-27/+5
* Use the type object for quoting PG RangesSean Griffin2014-07-051-5/+5
* Quote range strings when quoting PG rangesSean Griffin2014-07-021-0/+17
* Silence warnings in tests.Sean Griffin2014-06-101-1/+1
* test pg, rm unused requires.Yves Senn2014-06-031-2/+0
* PostgreSQL, adapter automatically reloads it's type map. Closes #14678.Yves Senn2014-04-111-1/+0
* Add ConnectionHelper to refactor tests.Guo Xiang Tan2014-04-031-8/+8
* cleanup, `reset_pg_session` in range_test.rbYves Senn2014-04-021-2/+5
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Fix warnings due to:Vipul A M2014-03-031-1/+1
* deprecate support for pg ranges with excluding beginnings.Yves Senn2014-02-231-23/+55
* dynamically define PostgreSQL OID range types.Yves Senn2014-02-231-11/+40
* no need to `return skip` in tests. `skip` is enough.Yves Senn2014-01-161-1/+1
* Fix PostgreSQL range testsMatthew Draper2013-12-191-11/+11
* refactor, reuse assertions in range_test.rb.Yves Senn2013-12-131-186/+111
* extract PG range tests from datatype_test.rb into range_test.rbYves Senn2013-12-131-0/+320