aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/array_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* pg, add missing nodocs for extracted modules.Yves Senn2014-05-191-1/+1
* Methods of these modules are internalRafael Mendonça França2014-05-141-1/+1
* introduce AR::ConnectionAdapters::PostgreSQL for sharing modules (with AR-JDBC)kares2014-05-141-1/+1
* [postgres] include PgArrayParser directly and only load/include ArrayParser i...kares2014-05-131-25/+13
* Fixes issue with parsing whitespace content back from database - fixes #13907Mauricio Linhares2014-02-011-2/+3
* Refactor `ArrayParser`Vipul A M2013-07-261-15/+22
* Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-0/+97