aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/column.rb
Commit message (Expand)AuthorAgeFilesLines
* 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