Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename `type_cast` to `type_cast_from_database` | Sean Griffin | 2014-06-09 | 1 | -3/+3 |
* | test pg, rm unused requires. | Yves Senn | 2014-06-03 | 1 | -3/+0 |
* | test, use `columns_hash[]` in place of `columns.find {}`. | Yves Senn | 2014-05-12 | 1 | -1/+1 |
* | Remove warning of unused variable | Rafael Mendonça França | 2014-04-10 | 1 | -1/+1 |
* | Use connection-specific bytea escaping | Matthew Draper | 2014-04-08 | 1 | -0/+17 |
* | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -1/+1 |
* | using assert_not instead of refute | Rajarshi Das | 2013-08-13 | 1 | -3/+3 |
* | the typecast value should be passed to the serializer. fixes #10830 | Aaron Patterson | 2013-06-05 | 1 | -1/+0 |
* | adding a test for #10830 | Aaron Patterson | 2013-06-05 | 1 | -0/+18 |
* | fix for the bytea/binary nil value bug | Matt Aimonetti | 2013-04-14 | 1 | -1/+1 |
* | added a test suite for the postgres binary type | Matt Aimonetti | 2013-04-14 | 1 | -0/+87 |