aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb
Commit message (Expand)AuthorAgeFilesLines
* Move comment about microseconds [ci skip]Ryuta Kamizono2015-05-031-2/+1
* Register adapter specific types with the global type registrySean Griffin2015-02-151-38/+0
* Merge pull request #18888 from kamipo/refactor_quote_default_expressionRafael Mendonça França2015-02-111-2/+4
|\
| * Refactor `quote_default_expression`Ryuta Kamizono2015-02-111-2/+4
* | Remove most PG specific type subclassesSean Griffin2015-02-111-3/+0
|/
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-0/+41
* Remove most uses of `Column#cast_type`Sean Griffin2015-01-301-1/+5
* Stop passing the column to the `quote` method when quoting defaultsRyuta Kamizono2015-01-041-1/+2
* Refactor `quoted_date`Ryuta Kamizono2014-12-111-7/+3
* Move PG float quoting to the correct locationSean Griffin2014-11-251-16/+6
* Remove redundant `to_s` in interpolationclaudiob2014-10-301-1/+1
* Don't rely on the column SQL type for bit string quotingSean Griffin2014-07-111-13/+7
* Merge pull request #16071 from sgrif/sg-pg-type-castRafael Mendonça França2014-07-081-15/+0
|\
| * Remove PG's definition of `type_cast`Sean Griffin2014-07-061-15/+0
* | Don't rely on the sql type to quote XML columns in PGSean Griffin2014-07-061-3/+8
|/
* Use the type object for quoting PG RangesSean Griffin2014-07-051-13/+0
* Merge pull request #16037 from sgrif/sg-money-quotingRafael Mendonça França2014-07-041-7/+0
|\
| * Remove unneccessary special case for money in quotingSean Griffin2014-07-031-7/+0
* | Merge pull request #16036 from sgrif/sg-datetime-infinityRafael Mendonça França2014-07-031-3/+1
|\ \
| * | Do not rely on the column type when quoting infinitySean Griffin2014-07-031-3/+1
| |/
* / Use the type object for type casting HStore columnsSean Griffin2014-07-031-10/+0
|/
* Quote range strings when quoting PG rangesSean Griffin2014-07-021-1/+1
* 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