aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/geometric_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-1/+1
* tests, move pg geometric tests out of `base_test`.Yves Senn2014-12-021-6/+73
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-1/+0
* Merge pull request #15782 from sgrif/sg-column-defaultsMatthew Draper2014-06-181-4/+2
|\
| * Don't type cast the default on the columnSean Griffin2014-06-171-4/+2
* | Detect in-place changes on point typesSean Griffin2014-06-171-0/+11
|/
* Revert "test pg, we don't care about the internal state of `column#default`."Yves Senn2014-06-031-0/+5
* test pg, remove unused column assignments. Follow up to 254cdf47Yves Senn2014-06-031-3/+0
* test pg, we don't care about the internal state of `column#default`.Yves Senn2014-06-031-4/+0
* pg, preserve point type when schema dumping.Yves Senn2014-06-031-8/+8
* pg test, examples for default values and schema dumping of point types.Yves Senn2014-06-031-0/+21
* test pg, add basic test cases for point datatype.Yves Senn2014-06-021-0/+45