aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid
Commit message (Expand)AuthorAgeFilesLines
...
* `OID::Money.precision` is unused since #15239Ryuta Kamizono2016-01-311-2/+0
* Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision"Rafael Mendonça França2016-01-301-4/+2
* Refactor `OID::Money.precision`Ryuta Kamizono2016-01-301-2/+4
* Refactor tz aware types, add support for PG rangesSean Griffin2016-01-082-1/+12
* Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-231-11/+7
* Correct query for PostgreSQL 8.2Matthew Draper2015-09-081-1/+1
* JSON is still an adapter specific type.Sean Griffin2015-08-212-1/+11
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-182-36/+1
* Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-111-0/+5
* Return a `Point` object from the PG Point typeSean Griffin2015-06-051-0/+50
* Fixed typos in guidemanish-shrivastava2015-06-011-1/+1
* Reduce memory usage when loading types in PGSean Griffin2015-03-291-4/+16
* PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C.Lars Kanis2015-03-251-50/+6
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-251-1/+1
* Delegate limit to subtypewallerjake2015-03-211-1/+1
* Don't cast nil to string in pg enumsSean Griffin2015-03-191-1/+3
* Rm `Type#type_cast`Sean Griffin2015-02-176-8/+8
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-2/+2
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-1710-12/+12
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-177-8/+8
* Remove an unused option that I didn't mean to commit [ci skip]Sean Griffin2015-02-111-2/+1
* Remove most PG specific type subclassesSean Griffin2015-02-119-74/+14
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-9/+0
* Fix rounding problem for PostgreSQL timestamp columnRyuta Kamizono2015-02-081-0/+9
* rm `Type#text?`Sean Griffin2015-02-071-4/+0
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-074-4/+4
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-062-1/+13
* Don't error when invalid json is assigned to a JSON columnSean Griffin2015-01-211-1/+1
* Time columns should support time zone aware attributesSean Griffin2015-01-151-1/+1
* remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-10/+1
* PostgreSQL, Fix change detection caused by wrong data for bytea unescaping.Lars Kanis2014-12-291-0/+1
* Correctly ignore `case_sensitive` for UUID uniqueness validationSean Griffin2014-12-261-0/+4
* Relax the UUID regexGodfrey Chan2014-12-181-9/+2
* Revert to 4.1 behavior for casting PG arraysSean Griffin2014-12-081-0/+3
* Correctly respect subtypes for PG arrays and rangesSean Griffin2014-12-051-7/+19
* Remove redundant `to_s` in interpolationclaudiob2014-10-301-3/+3
* let's warn with heredocsXavier Noria2014-10-281-4/+7
* Fix description of OID in TypeMapInitializerPrathamesh Sonpatki2014-10-251-1/+1
* Avoid using heredoc for user warningsGodfrey Chan2014-08-281-4/+4
* adding the exception RecordNotFound to UUID findJoseLuis Torres2014-08-211-0/+2
* Spelling errorsjbsmith862014-08-141-1/+1
* Remove unused text? predicate method and delegationCarlos Antonio da Silva2014-08-051-4/+0
* Add support for Postgresql JSONBPhilippe Creux2014-07-241-0/+23
* Treat invalid uuid as nilAbdelkader Boudih2014-07-141-1/+10
* Don't rely on the column SQL type for bit string quotingSean Griffin2014-07-111-0/+26
* Merge pull request #16072 from sgrif/sg-xml-quotingRafael Mendonça França2014-07-081-0/+32
|\
| * Don't rely on the sql type to quote XML columns in PGSean Griffin2014-07-061-0/+32
* | Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-4/+0
|/
* Use the type object for quoting PG RangesSean Griffin2014-07-051-18/+34
* Merge pull request #16036 from sgrif/sg-datetime-infinityRafael Mendonça França2014-07-031-0/+1
|\