| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |