aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into add_database_exist_methodGuillermo Iguaran2019-07-081-37/+0
|\
| * Should `Regexp.escape` quoted table name in regexRyuta Kamizono2019-07-081-37/+0
* | Add database_exists? method to connection adaptersGuilherme Mansur2019-06-171-0/+16
|/
* Move while_preventing_writes from conn to handlereileencodes2019-06-141-6/+8
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix sqlite3 collation parsing when using decimal columns.Martin Schuster2019-06-041-0/+9
* Remove redundant `test_too_many_binds`Yasuo Honda2019-05-031-20/+0
* Add Relation#annotate for SQL commentingMatt Yoho2019-03-211-0/+37
* Extract `truncate` and `truncate_tables` into database statementsRyuta Kamizono2019-03-171-18/+0
* Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-041-0/+18
* Update READ_QUERY regexAli Ibrahim2019-02-251-0/+10
* Remove deprecated `ActiveRecord::ConnectionAdapters::SQLite3Adapter#valid_alt...Rafael Mendonça França2019-01-171-4/+0
* Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-171-13/+1
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-10/+8
* Rename error that occurs when writing on a readEileen Uchitelle2018-12-071-4/+4
* Add ability to prevent writes to a databaseEileen Uchitelle2018-11-301-0/+56
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-7/+7
* Adjust bind length of SQLite to default (999)Gannon McGibbon2018-11-131-0/+20
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
* SQLite3: Support multiple args function for expression indexesRyuta Kamizono2018-09-141-8/+9
* SQLite3 adapter supports expression indexesgkemmey2018-09-131-0/+35
* Normalize time value not to be affected by summer timeRyuta Kamizono2018-07-251-0/+26
* Merge pull request #33242 from brasic/sqlite-readonlyRyuta Kamizono2018-07-031-0/+33
|\
| * Support readonly option in SQLite3AdapterCarl Brasic2018-07-021-0/+33
|/
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Normalize date component when writing to time columnsAndrew White2018-03-111-0/+7
* Use respond_to test helpersDaniel Colson2018-01-251-2/+2
* Deprecate `valid_alter_table_type?` in sqlite3 adapterRyuta Kamizono2018-01-041-0/+4
* Fix recreating partial indexes after alter table for sqlitefatkodima2017-12-311-0/+17
* SQLite: Add more test cases for adding primary keyRyuta Kamizono2017-12-261-0/+52
* Remove needless `change_table`Ryuta Kamizono2017-12-151-6/+2
* Suppress `warning: BigDecimal.new is deprecated` in activerecordYasuo Honda2017-12-131-1/+1
* SQLite: Fix `copy_table` with composite primary keysRyuta Kamizono2017-12-081-2/+29
* Merge pull request #31327 from aellispierce/custom-id-change-table-sqliteEileen M. Uchitelle2017-12-071-0/+18
|\
| * Fix sqlite migrations with custom primary keysAshley Ellis Pierce2017-12-061-0/+18
* | Emulate JSON types for SQLite3 adapter (#29664)Ryuta Kamizono2017-12-031-2/+2
|/
* Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columnsRafael França2017-11-131-11/+11
|\
| * Change tests to use models which don't ignore any columnsJon Moss2017-11-131-11/+11
* | removed unnecessary semicolonsShuhei Kitagawa2017-10-281-1/+1
|/
* Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-231-8/+0
* Add JSON attribute test cases for SQLite3 adapterRyuta Kamizono2017-10-051-0/+29
* Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-217-0/+14
|\
| * Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-197-0/+14
* | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"Sean Griffin2017-07-211-5/+5
|/
* Merge pull request #29033 from kamipo/make_preload_query_to_prepared_statementsSean Griffin2017-07-181-1/+1
|\
| * Make preload query to preparableRyuta Kamizono2017-07-071-1/+1
* | Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+13
|/
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-027-7/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-027-0/+7
|\