aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/column_definition_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Make internal methods to privateRyuta Kamizono2017-03-271-1/+1
* Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-091-13/+3
* Remove useless `MySQL::Column` testsRyuta Kamizono2017-02-071-42/+0
* Remove text default treated as an empty string in non-strict modeRyuta Kamizono2016-08-191-4/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* Remove unnecessary `assert_valid_default`Ryuta Kamizono2016-06-251-7/+0
* Extract `MySQL::TypeMetadata` class to `connection_adapters/mysql/type_metada...Ryuta Kamizono2016-01-111-1/+1
* Extract `MySQL::Column` class to `connection_adapters/mysql/column.rb`Ryuta Kamizono2016-01-111-10/+10
* Fix varbinary with default ''Ryuta Kamizono2015-12-241-0/+10
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* rm `Column#cast_type`Sean Griffin2015-02-031-60/+19
* Remove unused `Column#coder`Sean Griffin2014-05-281-20/+0
* Push limit to type objectsSean Griffin2014-05-221-3/+3
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-22/+22
* Add a type object to Column constructorSean Griffin2014-05-171-22/+22
* PostgreSQL determine `Column#type` through corresponding OID. #7814Yves Senn2014-04-011-2/+2
* Fixed typo in column_definition_test.rb.Vajrasky Kok2014-02-051-2/+2
* decouple column definition from the database connectionAaron Patterson2013-03-221-3/+3
* remove knowledge of SQL from the column definition objectAaron Patterson2013-03-221-3/+4
* Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-141-6/+0
* PG column consults oid types when typecastingAaron Patterson2012-02-101-3/+6
* Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapt...Jon Leighton2011-08-291-16/+16
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* column will use coder to typecase value when it is availableAaron Patterson2011-02-011-0/+6
* coders can be assigned to columnsAaron Patterson2011-02-011-0/+14
* namespace test so we can dry up constant lookupAaron Patterson2011-02-011-95/+99
* update tests for mysql2 supportBrian Lopez2010-08-021-0/+34
* Use better assertion methods for testingNeeraj Singh2010-05-191-3/+3
* Add tests for postgresql column type mapping updates [#4270 state:resolved]Ernie Miller2010-03-311-0/+17
* AR should respect default values for MySQL BINARY and VARBINARY columns.Jatinder Singh2009-08-091-0/+34
* Don't set "NULL" as a constraint on nullable columns [#398 state:resolved]Tarmo Tänav2008-08-231-4/+4
* Fixed that create database statements would always include "DEFAULT NULL" (Ni...David Heinemeier Hansson2008-07-141-0/+36