aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-232-19/+7
* Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-222-2/+5
* Place `update_table_definition` consistently in `SchemaStatements`Ryuta Kamizono2017-08-211-0/+4
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-196-0/+12
* Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+16
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-026-6/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-026-0/+6
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-016-0/+6
* | 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
* Merge pull request #26630 from kamipo/quoted_binaryRafael França2017-02-131-8/+4
|\
| * Extract `quoted_binary` and use it rather than override `_quote`Ryuta Kamizono2016-09-271-8/+4
* | Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-091-8/+1
* | `primary_key` and `references` columns should be identical typeRyuta Kamizono2017-02-071-0/+5
* | Correctly dump integer-like primary key with default nilRyuta Kamizono2017-02-041-1/+5
* | Tweak bigint PK handlingMatthew Draper2017-01-181-1/+1
* | Merge pull request #27274 from kamipo/primary_key_with_auto_increment_and_bigintMatthew Draper2016-12-061-1/+1
|\ \
| * | Make `:auto_increment` option works on `:bigint`Ryuta Kamizono2016-12-061-1/+1
* | | Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-051-0/+13
|/ /
* / Make `:auto_increment` to internal primary key optionRyuta Kamizono2016-12-061-0/+23
|/
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-16/+16
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* `@quoted_{column,table}_names` should cache a frozen stringRyuta Kamizono2016-07-281-1/+1
* Merge pull request #23622 from kamipo/primary_key_should_be_not_nullJeremy Daer2016-04-181-0/+7
|\
| * Primary key should be `NOT NULL`Ryuta Kamizono2016-03-121-0/+7
* | Should keep quoting behaivor of a time column value in sqlite3 adapterRyuta Kamizono2016-04-151-0/+4
* | Move `quoted_date`, `quote_string` and `quote_table_name_for_assignment` meth...Ryuta Kamizono2016-04-051-0/+8
* | Move `@quoted_{column|table}_names` cache up to the abstract adapterRyuta Kamizono2016-03-311-0/+4
* | Make to private the visibility of `_quote` and `_type_cast`Ryuta Kamizono2016-03-301-0/+32
|/
* Extract `ExplainPrettyPrinter` to appropriate filesRyuta Kamizono2016-02-011-0/+19
* Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-281-0/+15