aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* query value is converted to_s instead of to_yamlRainerBlessing2010-08-031-1/+1
* Remove quoted_string_prefix entirely since PostgreSQL was the only database a...Jeremy Kemper2010-04-241-7/+3
* quoted_date converts time-like objects to ActiveRecord::Base.default_timezone...Geoff Buesing2009-08-031-1/+6
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+2
* Quote table names. Defaults to column quoting. Closes #4593.Jeremy Kemper2007-10-161-4/+8
* Improve performance and functionality of the postgresql adapter. Closes #804...Michael Koziarski2007-08-161-3/+7
* Use Date#to_s(:db) for quoted dates. Closes #7411.Jeremy Kemper2007-01-281-6/+4
* be like a duck. Let's not rely on explicit classes, so we can pass proxy obje...Jamis Buck2007-01-151-3/+8
* Quote ActiveSupport::Multibyte::Chars. Closes #6653.Jeremy Kemper2006-11-201-1/+2
* Patch sql injection vulnerability when using integer or float columns.Jamis Buck2006-07-271-1/+2
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-7/+9
* Records and arrays of records are bound as quoted ids.Jeremy Kemper2006-06-011-0/+3
* Fixed db_schema_import when binary types are present (closes #3101) [DHH]David Heinemeier Hansson2006-03-251-1/+1
* Add option (true by default) to generate reader methods for each attribute of...Marcel Molina2005-10-071-3/+3
* Quote booleans according the rules defined by the adapterMichael Koziarski2005-10-061-3/+7
* Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250Marcel Molina2005-09-271-1/+6
* Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...David Heinemeier Hansson2005-09-251-0/+42