aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb
Commit message (Expand)AuthorAgeFilesLines
* 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