aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* SQLite: Fix `copy_table` with composite primary keysRyuta Kamizono2017-12-081-2/+29
* Fix sqlite migrations with custom primary keysAshley Ellis Pierce2017-12-061-0/+18
* Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-231-8/+0
* Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-211-0/+2
|\
| * Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"Sean Griffin2017-07-211-5/+5
|/
* 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
* | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-2/+2
|/
* Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-041-5/+5
* Merge pull request #28068 from kamipo/refactor_data_sourcesRafael França2017-03-131-4/+2
|\
| * Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-201-4/+2
* | `valid_type?` should accept only supported typesRyuta Kamizono2017-02-281-16/+0
|/
* Deprecate passing `name` to `indexes` like `tables`Ryuta Kamizono2017-01-041-1/+1
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-7/+5
* Remove deprecated `name` argument from `#tables`Rafael Mendonça França2016-12-291-3/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-12/+12
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-78/+78
* Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`Ryuta Kamizono2016-03-021-15/+3
* Remove duplicated composite primary key testsRyuta Kamizono2016-02-011-8/+0
* :speak_no_evil: :warning:Akira Matsuda2016-02-011-1/+3
* `substitute_at` is no longer usedRyuta Kamizono2016-01-141-5/+0
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-4/+8
* Remove `#tables` extra args againRyuta Kamizono2015-10-221-3/+2
* Removed mocha from Active Record Part 1Ronak Jangir2015-08-251-7/+10
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-281-4/+4
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-181-1/+1
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove Relation#bind_paramsSean Griffin2015-01-271-5/+3
* Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-301-0/+6