aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* Except `table_name` from column objectsRyuta Kamizono2019-04-081-1/+1
* Allow `remove_foreign_key` with both `to_table` and `options`Ryuta Kamizono2019-03-061-1/+1
* Refactor `remove_foreign_key` to delete the foreign key before `alter_table`Ryuta Kamizono2019-02-161-4/+2
* SQLite3: Implement `add_foreign_key` and `remove_foreign_key`Ryuta Kamizono2019-02-111-0/+28
* Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-261-1/+1
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* SQLite3: Support multiple args function for expression indexesRyuta Kamizono2018-09-141-11/+12
* SQLite3 adapter supports expression indexesgkemmey2018-09-131-1/+5
* 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