aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb
Commit message (Expand)AuthorAgeFilesLines
* Move comment about microseconds [ci skip]Ryuta Kamizono2015-05-031-0/+2
* Freeze static arguments for gsubbrainopia2015-04-021-1/+1
* Prefer string patterns for gsubbrainopia2015-04-021-1/+1
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-2/+2
* Register adapter specific types with the global type registrySean Griffin2015-02-151-21/+0
* Refactor `quote_default_expression`Ryuta Kamizono2015-02-111-0/+5
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-1/+6
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-0/+21
* rm `Column#cast_type`Sean Griffin2015-02-031-0/+11
* Remove most uses of `Column#cast_type`Sean Griffin2015-01-301-2/+25
* Remove Relation#bind_paramsSean Griffin2015-01-271-7/+1
* Don't default to YAML dumping when quoting valuesSean Griffin2015-01-141-2/+1
* Deprecate passing a column to `quote`Sean Griffin2015-01-101-0/+6
* Stop passing a column to `quote` when prepared statements are turned offSean Griffin2015-01-101-3/+3
* Stop passing a column to `quote` in `insert_fixture`Sean Griffin2015-01-101-0/+10
* 💣 I forgot to commit the arity changeSean Griffin2015-01-011-1/+1
* Remove redundant `to_s` in interpolationclaudiob2014-10-301-1/+1
* Change back occurrences of SQLite(3) to sqlite3 when referring to theZachary Scott2014-07-061-1/+1
* [ci skip] /sqlite/i --> SQLiteAkshay Vishnoi2014-07-061-1/+1
* Always pass a column with a type object to quoteSean Griffin2014-06-281-12/+2
* Don't use column object for type casting in `quoting`Sean Griffin2014-06-181-4/+4
* Refactor quoting of binary data to not be based on the column typeSean Griffin2014-06-031-29/+38
* Extract types which don't require additional typecasting to a methodSean Griffin2014-05-261-4/+9
* Refactor the type casting of booleans in MySQLSean Griffin2014-05-261-2/+10
* Remove checks against `column.type` in abstract adapter quotingSean Griffin2014-05-261-34/+17
* Add an interface for type objects to control Ruby => SQLSean Griffin2014-05-261-0/+9
* quoting: Check if id is a valid method before using itArthur Neves2013-12-191-1/+3
* Remove extra case.Vipul A M2013-08-101-1/+0
* Remove redundant `string_to_binary` from type-castingVipul A M2013-08-091-1/+0
* Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"Steve Klabnik2013-02-271-8/+2
* active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-071-2/+8
* Fix typo: adaptors => adapters [ci skip]Carlos Antonio da Silva2013-01-271-1/+1
* Fix cases where delete_records on a has_many association caused errorsDerek Kraan2013-01-271-0/+12
* fix quoting for ActiveSupport::Duration instancesFrancesco Rodriguez2012-07-041-1/+1
* Fixed bug in Quoting that caused classes to be quoted incorrectlyRyan Oblak2012-03-091-0/+1
* Only show the type if column is presentRafael Mendonça França2012-01-231-1/+2
* Don't type-cast unknown types to YAML.Stephen Celis2012-01-201-1/+1
* Make the logic easier to readJon Leighton2011-09-061-4/+7
* inserting big decimals as strings works consistently among dbs, so use string...Aaron Patterson2011-04-141-1/+1
* adding a type cast method for prepared statementsAaron Patterson2011-04-141-0/+36
* do not depend on to_yaml being called, but rather depend on YAML being dumpedAaron Patterson2011-04-131-1/+1
* Make serialized fixtures work againPratik Naik2010-12-291-1/+2
* dry up column type testingAaron Patterson2010-10-121-5/+5
* all columns respond to string_to_binary, so no need to check respond_to?Aaron Patterson2010-10-121-2/+2
* drying up true and false casesAaron Patterson2010-10-121-3/+7
* reducing comparisons in when statementsAaron Patterson2010-10-121-6/+6
* removing intermediate variablesAaron Patterson2010-10-121-2/+1
* reduce the number of times we test for the column variableAaron Patterson2010-10-121-2/+5
* refactoring date / time / datetime when statementAaron Patterson2010-10-121-11/+8
* fixing case / when indentationAaron Patterson2010-10-121-20/+20