Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pg, support default values for enum types. Closes #7814. | Yves Senn | 2014-05-30 | 1 | -0/+11 |
* | PostgreSQL, adapter automatically reloads it's type map. Closes #14678. | Yves Senn | 2014-04-11 | 1 | -2/+0 |
* | Add ConnectionHelper to refactor tests. | Guo Xiang Tan | 2014-04-03 | 1 | -3/+3 |
* | Allow postgresql enum_test to be run in random order. | Guo Xiang Tan | 2014-04-01 | 1 | -5/+9 |
* | PostgreSQL determine `Column#type` through corresponding OID. #7814 | Yves Senn | 2014-04-01 | 1 | -2/+1 |
* | 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 |
* | Inline block to fix indent [ci skip] | Carlos Antonio da Silva | 2014-03-04 | 1 | -3/+1 |
* | Fix enum test unused variable warning. | Vipul A M | 2014-03-04 | 1 | -1/+1 |
* | Add Enum type to postgresql adapter's oids to prevent unknown OID warnings. | Dieter Komendera | 2014-03-04 | 1 | -0/+28 |
* | test case for custom PostgreSQL enum type. | Yves Senn | 2014-02-26 | 1 | -0/+38 |