Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test pg, rm unused requires. | Yves Senn | 2014-06-03 | 1 | -2/+0 |
* | Remove most code related to serialized properties | Sean Griffin | 2014-06-01 | 1 | -0/+1 |
* | Move types to the top level `ActiveRecord` namespace | Sean Griffin | 2014-05-27 | 1 | -1/+1 |
* | Add an interface for type objects to control Ruby => SQL | Sean Griffin | 2014-05-26 | 1 | -1/+0 |
* | Use the generic type map for all PG type registrations | Sean Griffin | 2014-05-22 | 1 | -9/+1 |
* | Delegate predicate methods to injected type object on Column | Sean Griffin | 2014-05-20 | 1 | -1/+1 |
* | Delegate `Column#type` to the injected type object | Sean Griffin | 2014-05-19 | 1 | -1/+0 |
* | pg, clarify default behavior for composite types. | Yves Senn | 2014-05-13 | 1 | -7/+94 |
* | PostgreSQL, test cases to lock the current column types. | Yves Senn | 2014-03-28 | 1 | -0/+11 |
* | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -1/+1 |
* | test case to illustrate current PostgreSQL composite behavior. | Yves Senn | 2014-02-11 | 1 | -0/+42 |