aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/ltree_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-10/+10
* 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
* rm `Type#number?`Sean Griffin2015-02-071-1/+0
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove most type related predicates from `Column`Sean Griffin2015-01-301-2/+4
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-191-1/+1
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-1/+1
* tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-021-0/+7
* Added enable_extension! to helperAbdelkader Boudih2014-09-051-3/+1
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-1/+0
* test pg, rm unused requires.Yves Senn2014-06-031-2/+0
* PostgreSQL, test cases to lock the current column types.Yves Senn2014-03-281-0/+10
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Use better variable names for ltree tests, remove instance variableCarlos Antonio da Silva2013-01-051-14/+11
* Support for PostgreSQL's ltree data type.Rob Worley2013-01-041-0/+44