aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3/schema_dumper.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-221-2/+1
* 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
* Correctly dump integer-like primary key with default nilRyuta Kamizono2017-02-041-1/+5
* Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-051-0/+13