aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Silence warnings in tests.Sean Griffin2014-06-101-1/+1
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-096-26/+26
* 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-093-1/+7
|/
* Ensure time zones don't change after round trip with array columnsSean Griffin2014-06-071-0/+2
* Don't rely on `Time.current` in testsSean Griffin2014-06-071-5/+10
* Add array support when time zone aware attributes are enabledSean Griffin2014-06-071-0/+16
* serialized Type should delegate `type_cast_for_write` to underlying TypeYves Senn2014-06-061-0/+35
* Merge pull request #15503 from sgrif/sg-json-hstore-storageYves Senn2014-06-062-0/+18
|\
| * Bring type casting behavior of hstore/json in line with serializedSean Griffin2014-06-042-0/+18
* | Fix behavior of handling BC era dates.edogawaconan2014-06-051-0/+12
|/
* force table creationAaron Patterson2014-06-031-2/+3
* Revert "test pg, we don't care about the internal state of `column#default`."Yves Senn2014-06-037-0/+23
* test pg, remove unused column assignments. Follow up to 254cdf47Yves Senn2014-06-035-12/+0
* pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-032-9/+25
* test pg, rm unused requires.Yves Senn2014-06-0311-27/+0
* Respect limit for PG bit stringsSean Griffin2014-06-031-8/+8
* pg, preserve type when schema dumping bit and bit varying columns.Yves Senn2014-06-031-8/+8
* test pg, move bit string type tests into `bit_string_test.rb`.Yves Senn2014-06-032-34/+80
* test pg, we don't care about the internal state of `column#default`.Yves Senn2014-06-035-9/+0
* pg, preserve point type when schema dumping.Yves Senn2014-06-031-8/+8
* pg test, examples for default values and schema dumping of point types.Yves Senn2014-06-031-0/+21
* test pg, add basic test cases for point datatype.Yves Senn2014-06-021-0/+45
* Remove most code related to serialized propertiesSean Griffin2014-06-011-0/+1
* pg, support default values for enum types. Closes #7814.Yves Senn2014-05-301-0/+11
* pg, `default_sequence_name` respects schema. Closes #7516.Yves Senn2014-05-301-8/+6
* Merge pull request #11896 from nkondratyev/fix_pg_columns_for_distinctYves Senn2014-05-301-0/+11
|\
| * Fixed `columns_for_distinct` of postgresql adapterNikolay Kondratyev2013-08-151-0/+11
* | pg, `reset_pk_sequence!` respects schemas. Closes #14719.Yves Senn2014-05-302-5/+16
* | pg, `PostgreSQL::Name` to hold schema qualified names.Yves Senn2014-05-301-2/+43
* | Merge pull request #15370 from sgrif/sg-type-namespaceRafael Mendonça França2014-05-281-1/+1
|\ \
| * | Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-1/+1
* | | pg, keep `hstore` and `json` attributes as `Hash` in @attributes.Yves Senn2014-05-282-0/+18
|/ /
* | Merge pull request #15307 from sgrif/sg-type-cast-for-writeYves Senn2014-05-261-1/+0
|\ \
| * | Add an interface for type objects to control Ruby => SQLSean Griffin2014-05-261-1/+0
* | | remove unused variable warningKuldeep Aggarwal2014-05-261-1/+1
|/ /
* | Merge pull request #15249 from sgrif/sg-register-types-in-adapterRafael Mendonça França2014-05-221-9/+1
|\ \
| * | Use the generic type map for all PG type registrationsSean Griffin2014-05-221-9/+1
* | | pg test, extract tsvector tests into `postgresql/full_text_test.rb`Yves Senn2014-05-222-27/+31
* | | pg test, move timestamp tests over to `postgresql/timestamp_test.rb`.Yves Senn2014-05-222-43/+53
* | | pg test, extract network address type tests into separate file.Yves Senn2014-05-223-51/+79
* | | pg test, remove unused code.Yves Senn2014-05-221-3/+0
|/ /
* | Rename `oid_type` to `cast_type` to make PG columns consistentSean Griffin2014-05-211-10/+1
* | pg, extract money tests into separate file.Yves Senn2014-05-212-35/+55
* | Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-1/+1
* | Have Postgres OID types inherit from general typesSean Griffin2014-05-201-4/+4
* | Fixed the inferred table name for HABTM within a schemaEric Chahin2014-05-201-0/+26
* | Fixing test order issuesRafael Mendonça França2014-05-191-2/+8
* | Merge pull request #10798 from jcxplorer/fix-enable_extension-with-table_name...Rafael Mendonça França2014-05-191-0/+59
|\ \