aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* `columns` is cached in the statementRyuta Kamizono2018-04-241-6/+3
* Add test case for deprecated `insert_fixtures`Ryuta Kamizono2018-01-261-3/+5
* Merge pull request #31422 from Edouard-chin/multistatement-fixturesMatthew Draper2018-01-241-0/+12
|\
| * Build a multi-statement query when inserting fixtures:Edouard CHIN2018-01-221-0/+12
* | Merge pull request #24964 from vipulnsward/true-falseMatthew Draper2018-01-231-2/+2
|\ \
| * | Dont perform unnecessary check with false, just use true/false values for @ac...Vipul A M2016-05-111-2/+2
* | | Deprecate `valid_alter_table_type?` in sqlite3 adapterRyuta Kamizono2018-01-041-7/+12
* | | Fix recreating partial indexes after alter table for sqlitefatkodima2017-12-311-0/+1
* | | Make `sql_type` of primary key in SQLite to comparable with an integer (#28008)Ryuta Kamizono2017-12-261-1/+1
* | | Fix `add_column` with :primary_key type compatibility for SQLitefatkodima2017-12-251-1/+1
| |/ |/|
* | SQLite: Fix `copy_table` with composite primary keysRyuta Kamizono2017-12-081-4/+6
* | Merge pull request #31327 from aellispierce/custom-id-change-table-sqliteEileen M. Uchitelle2017-12-071-1/+5
|\ \
| * | Fix sqlite migrations with custom primary keysAshley Ellis Pierce2017-12-061-1/+5
* | | SQLite3 valid integer value should be 8 bytes (64-bit signed integer) (#28379)Ryuta Kamizono2017-12-031-0/+15
* | | Emulate JSON types for SQLite3 adapter (#29664)Ryuta Kamizono2017-12-031-1/+6
|/ /
* | Add :nodoc: to `StatementPool` which is internal used [ci skip]Ryuta Kamizono2017-11-301-2/+1
* | [Active Record] require => require_relativeAkira Matsuda2017-10-211-8/+8
* | Use tt in doc for ActiveRecord [ci skip]Yoshiyuki Hirano2017-08-271-2/+2
* | Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-221-1/+0
* | Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* | Place `update_table_definition` consistently in `SchemaStatements`Ryuta Kamizono2017-08-211-4/+0
* | Restore `to_sql` to return only SQL (#29945)Ryuta Kamizono2017-08-181-2/+1
* | Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-241-1/+2
* | Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* | Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-1/+1
* | Fix boolean column migration scriptyuuji.yaginuma2017-07-131-1/+1
* | Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+18
* | Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-3/+3
|\ \
| * | 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
| * | | Don't cache queries for schema statementsRyuta Kamizono2017-06-301-3/+3
| |/ /
* / / [Active Record] require => require_relativeAkira Matsuda2017-07-011-8/+8
|/ /
* | Use bulk INSERT to insert fixturesKir Shatrov2017-06-201-0/+6
* | Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-011-6/+0
* | Refactor `indexes` things in connection adaptersRyuta Kamizono2017-04-161-31/+0
* | Make internal methods to privateRyuta Kamizono2017-03-271-34/+2
* | Merge pull request #28068 from kamipo/refactor_data_sourcesRafael França2017-03-131-40/+3
|\ \
| * | Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-201-40/+3
* | | `valid_type?` should accept only supported typesRyuta Kamizono2017-02-281-4/+0
* | | Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-5/+0
* | | Merge pull request #28176 from kamipo/push_valid_type_up_to_abstract_adapterAndrew White2017-02-261-1/+1
|\ \ \
| * | | Push `valid_type?` up to abstract adapterRyuta Kamizono2017-02-261-1/+1
| |/ /
* / / Fix `change_column` to drop default with `null: false`Ryuta Kamizono2017-02-261-2/+1
|/ /
* | Deprecate `supports_primary_key?`Ryuta Kamizono2017-02-121-4/+0
* | `primary_key` and `references` columns should be identical typeRyuta Kamizono2017-02-071-0/+5
* | SQLite: Foreign Key SupportRyuta Kamizono2017-01-171-0/+25
* | Translate Foreign Key violation to the specific exception for SQLite3 adapterRyuta Kamizono2017-01-161-0/+21
* | Deprecate passing `name` to `indexes` like `tables`Ryuta Kamizono2017-01-041-0/+6
* | `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-20/+13