aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb
Commit message (Expand)AuthorAgeFilesLines
* Change array check for better aesthetics / reading the codeCarlos Antonio da Silva2013-11-091-1/+1
* Document the bind returnRafael Mendonça França2013-11-091-0/+3
* Avoid shot circuit return.Rafael Mendonça França2013-11-091-8/+20
* Support array as root element in JSONAlexey Noskov2013-05-141-0/+2
* Fix loading of fixtures when the column type is a postgres array of strings.Chris Constantine2013-04-181-1/+1
* Fix typoRafael Mendonça França2013-03-251-1/+1
* The sql_type method called here is fromRafael Mendonça França2013-03-251-6/+5
* Move away from column.sql_type in untested code tooMartin Schürrer2013-03-251-5/+6
* Make Postgres point type correspond to ruby array with two floats insideMartin Schürrer2013-03-251-5/+13
* stop depending on sql_type in pgAaron Patterson2013-03-221-6/+8
* Cast number to string in PostgresŁukasz Strzałkowski2013-03-121-3/+6
* Fix cases where delete_records on a has_many association caused errorsDerek Kraan2013-01-271-0/+4
* Add postgresql range types supportbUg2013-01-231-10/+9
* AR supporting new intrange data type on PostgreSQL >= 9.2Alexey2012-12-161-0/+10
* Fix postgresql adapter to handle bc timestamps correctlyBogdan Gusiev2012-11-211-3/+7
* Fix typo in inet and cidr savingMiguel Herranz2012-10-141-1/+1
* Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-6/+23
* indent fix [ci skip]Vijay Dev2012-09-091-1/+1
* ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-051-2/+6
* Modularize postgresql adapterKonstantin Shabanov2012-09-051-0/+120