aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/column.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-291-4/+0
* Move parsing of PG sql strings for defaults out of columnSean Griffin2014-05-231-75/+4
* Push limit to type objectsSean Griffin2014-05-221-9/+0
* Move `extract_precision` onto type objectsDan Croak and Sean Griffin2014-05-221-13/+0
* Rename `oid_type` to `cast_type` to make PG columns consistentSean Griffin2014-05-211-5/+4
* push `extract_scale` to the `Type`.Yves Senn2014-05-211-6/+0
* Delegate `type_cast_for_write` to injected type objectSean Griffin2014-05-201-11/+0
* Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-8/+0
* Replace `type_cast` case statement with delegationSean Griffin2014-05-201-7/+0
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-5/+0
* Add a type object to Column constructorSean Griffin2014-05-171-2/+2
* :scissors:Rafael Mendonça França2014-05-141-1/+0
* introduce AR::ConnectionAdapters::PostgreSQL for sharing modules (with AR-JDBC)kares2014-05-141-2/+5
* [postgres] include PgArrayParser directly and only load/include ArrayParser i...kares2014-05-131-2/+14
* copy edits [ci skip]Vijay Dev2014-05-081-1/+1
* [ci skip] document type_cast_for_writeschneems2014-05-071-0/+3
* PostgreSQL determine `Column#type` through corresponding OID. #7814Yves Senn2014-04-011-64/+1
* refactor, put `PostgreSQLColumn` into `column.rb`.Yves Senn2014-03-311-0/+221