aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3/schema_definitions.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract `integer_like_primary_key_type` to ease to handle it for adaptersRyuta Kamizono2017-09-251-6/+3
* Move integer-like primary key normalization to `new_column_definition`Ryuta Kamizono2017-09-231-15/+7
* 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
* `primary_key` and `references` columns should be identical typeRyuta Kamizono2017-02-071-0/+5
* Tweak bigint PK handlingMatthew Draper2017-01-181-1/+1
* Make `:auto_increment` option works on `:bigint`Ryuta Kamizono2016-12-061-1/+1
* Make `:auto_increment` to internal primary key optionRyuta Kamizono2016-12-061-0/+23