aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_dumper.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve a dump of the primary key support.Ryuta Kamizono2014-12-291-0/+6
* no need to pass native_database_types aroundYves Senn2014-12-021-4/+4
* Remove redundant `to_s` in interpolationclaudiob2014-10-301-1/+1
* Include default column limits in schema.rbJeremy Kemper2014-09-101-4/+8
* Don't type cast the default on the columnSean Griffin2014-06-171-1/+11
* Remove unused requireSean Griffin2014-06-111-2/+0
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-301-26/+1
* Remove special case in schema dumper for decimal without scaleSean Griffin2014-05-231-9/+2
* The sql_type method called here is fromRafael Mendonça França2013-03-251-1/+1
* Fix default output for postgres network address typesErik Peterson2013-02-261-0/+11
* Typo fixCarson McDonald2013-02-251-1/+1
* Add postgresql range types supportbUg2013-01-231-0/+3
* Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-0/+56