aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix SQL injection when querying against ranges and bitstringsRafael Mendonça França2014-07-021-3/+4
* Merge pull request #15977 from sgrif/sg-remove-array-hackGodfrey Chan2014-06-291-24/+0
|\
| * Remove array workaround in PG quotingSean Griffin2014-06-291-24/+0
* | Remove unused `array_member` from PG quoting for HStore columnsSean Griffin2014-06-291-10/+8
|/
* Use the type object when sending point columns to the DBSean Griffin2014-06-291-10/+2
* Use the type object for sending JSON to the databaseSean Griffin2014-06-291-4/+0
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* Don't use column object for type casting in `quoting`Sean Griffin2014-06-181-2/+2
* Move array database type casting to the Array typeSean Griffin2014-06-171-10/+22
* Fix behavior of handling BC era dates.edogawaconan2014-06-051-2/+3
* Refactor quoting of binary data to not be based on the column typeSean Griffin2014-06-031-10/+21
* pg, inline casting methods into `OID::Type` objects.Yves Senn2014-06-021-11/+0
* pg, `PostgreSQL::Name` to hold schema qualified names.Yves Senn2014-05-301-6/+1
* pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-191-6/+4
* introduce AR::ConnectionAdapters::PostgreSQL for sharing modules (with AR-JDBC)kares2014-05-141-1/+1
* pg, `change_column_default` accepts `[]`. Closes #11586.Yves Senn2014-05-121-2/+2
* Changed change_column in PG schema_statements.rb to make sure that the uuid_g...Eric Chahin2014-04-151-0/+9
* Use connection-specific bytea escapingMatthew Draper2014-04-081-2/+2
* Resolve encoding issues with arrays of hstore (bug 11135).Josh Goodall2014-02-171-1/+1
* 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