aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/composite_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add an interface for type objects to control Ruby => SQLSean Griffin2014-05-261-1/+0
* Use the generic type map for all PG type registrationsSean Griffin2014-05-221-9/+1
* Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-1/+1
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-1/+0
* pg, clarify default behavior for composite types.Yves Senn2014-05-131-7/+94
* PostgreSQL, test cases to lock the current column types.Yves Senn2014-03-281-0/+11
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* test case to illustrate current PostgreSQL composite behavior.Yves Senn2014-02-111-0/+42