aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/json_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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