aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-017-0/+7
* | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-2/+2
|/
* Should escape meta characters in regexpRyuta Kamizono2017-05-072-4/+4
* 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
* | Extract `TypeCastingTest` into `test/cases/quoting_test.rb`Ryuta Kamizono2017-02-241-51/+0
|/
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* Restore the behaviour of the compatibility layer for integer-like PKsRyuta Kamizono2017-02-041-59/+0
* :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-181-3/+4
* 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
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
* Make pg adapter use bigserial for pk by defaultPavel Pravosud2016-12-051-0/+59
* 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-162-8/+8
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-12/+12
* modernizes hash syntax in activerecordXavier Noria2016-08-062-5/+5
* applies new string literal convention in activerecord/testXavier Noria2016-08-067-133/+133
* Fix explain logging with bindsRyuta Kamizono2016-07-201-2/+2
* Fix sqlite3 test failureRyuta Kamizono2016-06-042-3/+3
* Dont re-define class SQLite3Adapter on testArthur Neves2016-06-032-108/+98
* Should keep quoting behaivor of a time column value in sqlite3 adapterRyuta Kamizono2016-04-151-3/+8
* Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`Ryuta Kamizono2016-03-021-15/+3
* Remove unnecessary namespaces in `explain_test.rb`Ryuta Kamizono2016-02-291-19/+13
* Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-2/+2
* 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
* Fix test failure on WindowsSean Griffin2015-12-161-6/+10
* 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