aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_dumper.rb
Commit message (Expand)AuthorAgeFilesLines
* Move the methods for schema dumping into `{mysql,postgresql}/schema_dumper.rb`Ryuta Kamizono2015-10-131-1/+1
* Fix minor docs [ci skip] amitkumarsuroliya2015-09-281-1/+1
* Divide methods for handling column options separatelyRyuta Kamizono2015-05-181-4/+24
* Move the collation handling code from the MySQL adapter to common classesRyuta Kamizono2015-05-041-1/+9
* Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-041-1/+5
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* The datetime precision with zero should be dumpedRyuta Kamizono2015-02-111-1/+1
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-1/+1
* Remove most type related predicates from `Column`Sean Griffin2015-01-301-2/+3
* 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