aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/composite_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-7/+7
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-4/+4
* Merge pull request #29869 from kamipo/make_type_map_to_privateRafael França2017-07-211-1/+1
|\
| * Make `type_map` to private because it is only used in the connection adapterRyuta Kamizono2017-07-201-1/+1
* | Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
|/
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-5/+5
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-6/+6
* make it possible to run AR tests with bin/testYves Senn2015-06-111-2/+2
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-1/+1
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* rm `Type#number?`Sean Griffin2015-02-071-2/+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-4/+8
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-2/+2
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-2/+0
* Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-1/+1
* Make `_before_type_cast` actually be before type castSean Griffin2014-06-091-1/+5
* test pg, rm unused requires.Yves Senn2014-06-031-2/+0
* Remove most code related to serialized propertiesSean Griffin2014-06-011-0/+1
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-1/+1
* Add an interface for type objects to control Ruby => SQLSean Griffin2014-05-261-1/+0
* Use the generic type map for all PG type registrationsSean Griffin2014-05-221-9/+1
* Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-1/+1
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-1/+0
* pg, clarify default behavior for composite types.Yves Senn2014-05-131-7/+94
* PostgreSQL, test cases to lock the current column types.Yves Senn2014-03-281-0/+11
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* test case to illustrate current PostgreSQL composite behavior.Yves Senn2014-02-111-0/+42