aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* SQLite: Don't leak internal schema objectsRyuta Kamizono2018-07-091-1/+5
* Avoid using index_xinfo, only available in sqlite >= 3.8.9Paul Kuruvilla2017-10-251-9/+12
* Save index order :desc to schema.rb (sqlite). Fixes #30902Paul Kuruvilla2017-10-241-2/+9
* Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-231-7/+1
* Move integer-like primary key normalization to `new_column_definition`Ryuta Kamizono2017-09-231-4/+0
* Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-221-0/+4
* Place `update_table_definition` consistently in `SchemaStatements`Ryuta Kamizono2017-08-211-0/+4
* 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
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-1/+1
|\ \
| * | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-1/+1
| |/
* / Don't cache queries for schema statementsRyuta Kamizono2017-06-301-1/+1
|/
* Refactor `indexes` things in connection adaptersRyuta Kamizono2017-04-161-0/+35
* Make internal methods to privateRyuta Kamizono2017-03-271-0/+25
* Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-201-0/+32