Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prevent global timezone state from leaking out of test cases. | Yves Senn | 2013-10-25 | 1 | -5/+3 |
* | ActiveRecord::ConnectionAdapters::Column.string_to_time method respects strin... | kennyj | 2013-09-25 | 1 | -0/+10 |
* | Per #9999 revert the revert changing so columns are only tested for empty? as... | Sam | 2013-04-03 | 1 | -11/+25 |
* | Fix error when assigning NaN to an integer column | Tristan Harward | 2013-01-06 | 1 | -0/+6 |
* | Fix undefined method `to_i' introduced since 3.2.8 | Jason Stirk | 2013-01-04 | 1 | -6/+14 |
* | Fix bug when Column is trying to type cast boolean values to integer. | Rafael Mendonça França | 2012-10-29 | 1 | -4/+4 |
* | fix quoting for ActiveSupport::Duration instances | Francesco Rodriguez | 2012-07-04 | 1 | -0/+6 |
* | Prevent creating valid time-like objects from blank string from db | Egor Lynko | 2012-05-05 | 1 | -0/+28 |
* | Don't type cast values that don't respond to to_i to 1 | James Sanders & Jason Noble | 2012-04-30 | 1 | -0/+24 |
* | on and ON are type casted to a true boolean column | Santiago Pastorino | 2012-01-11 | 1 | -0/+29 |