aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/composite_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-2/+0
* Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-1/+1
* Make `_before_type_cast` actually be before type castSean Griffin2014-06-091-1/+5
* test pg, rm unused requires.Yves Senn2014-06-031-2/+0
* Remove most code related to serialized propertiesSean Griffin2014-06-011-0/+1
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-1/+1
* 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