| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused `Column#coder` | Sean Griffin | 2014-05-28 | 1 | -20/+0 |
* | Push limit to type objects | Sean Griffin | 2014-05-22 | 1 | -3/+3 |
* | Delegate `Column#type` to the injected type object | Sean Griffin | 2014-05-19 | 1 | -22/+22 |
* | Add a type object to Column constructor | Sean Griffin | 2014-05-17 | 1 | -22/+22 |
* | PostgreSQL determine `Column#type` through corresponding OID. #7814 | Yves Senn | 2014-04-01 | 1 | -2/+2 |
* | Fixed typo in column_definition_test.rb. | Vajrasky Kok | 2014-02-05 | 1 | -2/+2 |
* | decouple column definition from the database connection | Aaron Patterson | 2013-03-22 | 1 | -3/+3 |
* | remove knowledge of SQL from the column definition object | Aaron Patterson | 2013-03-22 | 1 | -3/+4 |
* | Add uuid type support to PostgreSQL adapter | Konstantin Shabanov | 2012-06-14 | 1 | -6/+0 |
* | PG column consults oid types when typecasting | Aaron Patterson | 2012-02-10 | 1 | -3/+6 |
* | Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapt... | Jon Leighton | 2011-08-29 | 1 | -16/+16 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | column will use coder to typecase value when it is available | Aaron Patterson | 2011-02-01 | 1 | -0/+6 |
* | coders can be assigned to columns | Aaron Patterson | 2011-02-01 | 1 | -0/+14 |
* | namespace test so we can dry up constant lookup | Aaron Patterson | 2011-02-01 | 1 | -95/+99 |
* | update tests for mysql2 support | Brian Lopez | 2010-08-02 | 1 | -0/+34 |
* | Use better assertion methods for testing | Neeraj Singh | 2010-05-19 | 1 | -3/+3 |
* | Add tests for postgresql column type mapping updates [#4270 state:resolved] | Ernie Miller | 2010-03-31 | 1 | -0/+17 |
* | AR should respect default values for MySQL BINARY and VARBINARY columns. | Jatinder Singh | 2009-08-09 | 1 | -0/+34 |
* | Don't set "NULL" as a constraint on nullable columns [#398 state:resolved] | Tarmo Tänav | 2008-08-23 | 1 | -4/+4 |
* | Fixed that create database statements would always include "DEFAULT NULL" (Ni... | David Heinemeier Hansson | 2008-07-14 | 1 | -0/+36 |