aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/ltree_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Follow-Up to https://github.com/rails/rails/pull/14348 Ensure that SQLCounter.clear_log is called after each test. This is a step to prevent side effects when running tests. This will allow us to run them in random order.
* 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