aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated `#insert_fixtures` from the database adaptersRafael Mendonça França2019-01-171-8/+0
* Remove deprecated `ActiveRecord::ConnectionAdapters::SQLite3Adapter#valid_alt...Rafael Mendonça França2019-01-171-5/+0
* Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-171-16/+9
* An empty transaction does not raise the `ReadOnlyError` if preventing writesRyuta Kamizono2018-12-111-1/+1
* An explain query does not raise the `ReadOnlyError` if preventing writesRyuta Kamizono2018-12-111-1/+1
* Don't treat begin and rollback transactions as write queriesRyuta Kamizono2018-12-111-1/+1
* Prevent write queries for `exec_query`Ryuta Kamizono2018-12-111-1/+5
* Rename error that occurs when writing on a readEileen Uchitelle2018-12-071-1/+1
* Address "warning: shadowing outer local variable - parts"Ryuta Kamizono2018-12-031-1/+2
* Add ability to prevent writes to a databaseEileen Uchitelle2018-11-301-0/+10
* Merge pull request #34468 from gmcgibbon/redact_sql_in_errorsRafael França2018-11-231-4/+4
|\
| * Redact SQL in errorsGannon McGibbon2018-11-221-4/+4
* | Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-1/+1
|/
* Adjust bind length of SQLite to default (999)Gannon McGibbon2018-11-131-0/+6
* Consistently extract checking version for all adaptersRyuta Kamizono2018-10-171-5/+6
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Deprecate ActiveRecord::Result#to_hash in favor of #to_aKevin Cheng2018-09-181-1/+1
* SQLite3: Support multiple args function for expression indexesRyuta Kamizono2018-09-141-3/+6
* SQLite3 adapter supports expression indexesgkemmey2018-09-131-0/+4
* Merge pull request #32647 from eugeneius/lazy_transactionsMatthew Draper2018-08-231-0/+8
|\
| * Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-131-0/+8
* | SQLite3: Fix rename reference column not to lose foreign key constraintRyuta Kamizono2018-08-201-11/+15
* | SQLite3 adapter `alter_table` method restores foreign keysYasuo Honda2018-08-111-1/+9
|/
* SQLite: Don't leak internal schema objectsRyuta Kamizono2018-07-091-3/+0
* Merge pull request #33242 from brasic/sqlite-readonlyRyuta Kamizono2018-07-031-1/+3
|\
| * Support readonly option in SQLite3AdapterCarl Brasic2018-07-021-1/+3
|/
* Disable foreign keys during `alter_table` for sqlite3 adapterYasuo Honda2018-05-221-5/+10
* Bump minimum SQLite version to 3.8Yasuo Honda2018-05-211-6/+6
* `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