aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/hstore_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* pg, keep `hstore` and `json` attributes as `Hash` in @attributes.Yves Senn2014-05-281-0/+10
* test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-121-2/+2
* PostgreSQL, test-cases to lock down column default values.Yves Senn2014-03-281-0/+11
* PostgreSQL, test cases to lock the current column types.Yves Senn2014-03-281-0/+5
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Resolve encoding issues with arrays of hstore (bug 11135).Josh Goodall2014-02-171-0/+39
* Make change_table use object of current database adapterNishant Modak2014-01-071-0/+17
* 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
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-151/+149
* `ActiveRecord::Store` works together with PG `hstore` columns.Yves Senn2013-10-251-0/+21
* cast hstore values on write to be consistent with reading from the db.Yves Senn2013-08-081-0/+7
* Merge pull request #9876 from macksmind/restore_cols_dropped_by_hstore_testRafael Mendonça França2013-03-261-15/+5
|\
| * Combine tests and restore columns dropped by hstore testingMack Earnhardt2013-03-261-15/+5
* | Fix regex to strip quotations from hstore valuesjlxw2013-03-231-0/+4
|/
* Support PostgreSQL specific column types when using `change_table`.Yves Senn2013-02-281-0/+15
* improve tests to check for existence of extensions method, and skip testing d...Justin George2013-02-061-0/+1
* Add some tests to enumerate how extensions should be stored in the schema outputJustin George2013-02-061-0/+4
* Enable hstore extensions on tests if it is not enabled and database supports itRafael Mendonça França2013-02-051-1/+8
* add API to pg for enabling / disabling hstoreAaron Patterson2013-01-281-7/+29
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-3/+3
* Always quote hstore keys and valuesRyan Fitzgerald2012-04-241-1/+9
* Also support writing the hstore back to the databaseJoel2012-02-081-0/+8
* string_to_hstore / hstore_to_string, serializingJoel2012-02-081-6/+6
* Additional hstore tests, supporting null values, better compliance with postg...Joel2012-02-081-7/+59
* skip hstore tests on PG databases that do not have hstoreAaron Patterson2011-12-201-2/+8
* making sure updates workAaron Patterson2011-12-201-7/+13
* hstores can cycleAaron Patterson2011-12-201-2/+26
* can create hstore records via AR APIAaron Patterson2011-12-201-0/+7
* multiple key / values workAaron Patterson2011-12-201-0/+6
* PostgreSQL hstore types are automatically deserialized from the database.Aaron Patterson2011-12-201-0/+16
* pg columns should understand the hstore typeAaron Patterson2011-12-201-0/+24