aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/json_test.rb
Commit message (Expand)AuthorAgeFilesLines
* no need to `return skip` in tests. `skip` is enough.Yves Senn2014-01-161-1/+1
* Tidy up fix for PG extensions quotingCarlos Antonio da Silva2013-12-231-2/+6
* Serialize postgres' hstore, json and array types correctly in AR update methods.Tadas Tamosauskas2013-12-231-0/+6
* cast json values on write to be consistent with reading from the db.Severin Schoepke2013-10-251-0/+7
* test to verify the `ActiveRecord::Store` behavior with PG's json typeYves Senn2013-10-251-0/+18
* Add CHANGELOG enty for #11235Rafael Mendonça França2013-07-021-1/+0
* Support array as root element in JSONAlexey Noskov2013-05-141-0/+14
* Support PostgreSQL specific column types when using `change_table`.Yves Senn2013-02-281-0/+15
* Put the create_table block in a transaction.Rafael Mendonça França2012-09-051-2/+4
* ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-051-0/+69