aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/column.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated method type_cast_code from ColumnNeeraj Singh2013-07-021-24/+0
* Per #9999 revert the revert changing so columns are only tested for empty? as...Sam2013-04-031-4/+4
* Revert "Merge pull request #9784 from vipulnsward/change_from_blank_to_empty_...Carlos Antonio da Silva2013-03-181-4/+4
* change from blank? to empty? on obvious string values to save extra method c...Vipul A M2013-03-191-4/+4
* 9253: Before writing a numeric attribute value, ActiveRecord does an implicitRyan Warnick2013-02-131-4/+5
* Add postgresql range types supportbUg2013-01-231-1/+0
* Fix error when assigning NaN to an integer columnTristan Harward2013-01-061-5/+1
* Fix undefined method `to_i' introduced since 3.2.8Jason Stirk2013-01-041-1/+5
* AR supporting new intrange data type on PostgreSQL >= 9.2Alexey2012-12-161-0/+1
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* Fix bug when Column is trying to type cast boolean values to integer.Rafael Mendonça França2012-10-291-2/+13
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-2/+3
* The default value of a text/blob in mysql strict mode should be nilJon Leighton2012-10-191-4/+0
* Support for partial inserts.Jon Leighton2012-09-281-0/+4
* update ConnectionAdaptar::Column#type_cast_code to be compatible with 3.2 branchThiago Pradi2012-09-131-1/+1
* ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-051-0/+1
* Fix for time type columns with invalid timeAdam Meehan2012-09-051-1/+7
* Fix occasional microsecond conversion inaccuracyAri Pollak2012-08-151-2/+2
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* Merge pull request #6192 from danmcclain/add_inet_and_cidr_types_to_postgresq...Aaron Patterson2012-05-161-0/+1
|\
| * Converts inet and cidr columns to NetAddr::CIDRDan Seaver2012-05-071-0/+1
* | Prevent creating valid time-like objects from blank string from dbEgor Lynko2012-05-051-3/+3
|/
* Don't type cast values that don't respond to to_i to 1James Sanders & Jason Noble2012-04-301-1/+1
* Deprecate Column#type_cast_codeCarlos Antonio da Silva2012-03-291-0/+4
* PG column consults oid types when typecastingAaron Patterson2012-02-101-1/+4
* string_to_hstore / hstore_to_string, serializingJoel2012-02-081-2/+2
* delegate attribute typecasting to the columnAaron Patterson2012-02-061-0/+15
* on and ON are type casted to a true boolean columnSantiago Pastorino2012-01-111-2/+2
* PostgreSQL hstore types are automatically deserialized from the database.Aaron Patterson2011-12-201-0/+2
* handle not only strings in date type castSergey Nartimov2011-12-191-7/+11
* Add missing require 'set'Daniel Azuma2011-06-201-0/+2
* Year 0 should fall to nil only if month and day are also 0Kirill Radzikhovskyy2011-05-171-1/+1
* refactor a bunch of return / if to a case / whenAaron Patterson2011-02-031-22/+22
* moving AR::ConnectionAdapters::Column to its own fileAaron Patterson2011-02-011-0/+268