aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/hstore_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-1/+1
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Fix intermittent test failuresSean Griffin2015-03-091-0/+1
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-181-1/+1
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-4/+4
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-11/+11
* rm `Type#number?`Sean Griffin2015-02-071-1/+0
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove most type related predicates from `Column`Sean Griffin2015-01-301-17/+19
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-191-1/+1
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-1/+1
* tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-021-0/+7
* pg tests, only execute what's necessary.Yves Senn2014-11-071-26/+25
* tests, remove unneeded requires.Yves Senn2014-11-061-3/+0
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-1/+0
* Use the type object for type casting HStore columnsSean Griffin2014-07-031-11/+5
* Consolidate testing of update_all type castingSean Griffin2014-06-261-10/+0
* Don't type cast the default on the columnSean Griffin2014-06-171-2/+1
* Don't assume that Hstore columns have always changedSean Griffin2014-06-171-0/+1
* Detect in-place changes on mutable AR attributesSean Griffin2014-06-131-0/+9
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-11/+11
* Merge pull request #15587 from sgrif/sg-remove-workaroundRafael Mendonça França2014-06-091-15/+8
|\
| * Remove workaround for non-lazy serialize in testsSean Griffin2014-06-091-15/+8
* | Make `_before_type_cast` actually be before type castSean Griffin2014-06-091-0/+1
|/
* serialized Type should delegate `type_cast_for_write` to underlying TypeYves Senn2014-06-061-0/+35
* Bring type casting behavior of hstore/json in line with serializedSean Griffin2014-06-041-0/+10
* Revert "test pg, we don't care about the internal state of `column#default`."Yves Senn2014-06-031-0/+3
* test pg, remove unused column assignments. Follow up to 254cdf47Yves Senn2014-06-031-2/+0
* test pg, we don't care about the internal state of `column#default`.Yves Senn2014-06-031-1/+0
* 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