aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/bytea_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* using assert_not instead of refuteRajarshi Das2013-08-131-3/+3
|
* the typecast value should be passed to the serializer. fixes #10830Aaron Patterson2013-06-051-1/+0
|
* adding a test for #10830Aaron Patterson2013-06-051-0/+18
| | | | | Conflicts: activerecord/test/cases/adapters/postgresql/bytea_test.rb
* fix for the bytea/binary nil value bugMatt Aimonetti2013-04-141-1/+1
|
* added a test suite for the postgres binary typeMatt Aimonetti2013-04-141-0/+87
this shows a problem with nil values