aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-201-4/+2
* 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
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-4/+4
* Remove the unused second argument to `substitute_at`Sean Griffin2014-11-171-1/+1
* rm `reorder_bind_params`Sean Griffin2014-11-171-1/+1
* Merge pull request #14056 from girishso/14041Yves Senn2014-09-091-2/+2
|\
| * SQLite3Adapter now checks for views in table_exists? fixes: 14041Girish S2014-02-141-0/+10
* | Change back occurrences of SQLite(3) to sqlite3 when referring to theZachary Scott2014-07-061-5/+6
* | [ci skip] /sqlite/i --> SQLiteAkshay Vishnoi2014-07-061-2/+2
* | Don't type cast the default on the columnSean Griffin2014-06-171-1/+1
* | Merge pull request #13640 from maginatics/fix_sqlite3_ensure_masterRafael Mendonça França2014-05-011-0/+15
|\ \
| * | SQLite3: Always close statements.Timur Alperovich2014-01-151-0/+15
| |/
* | Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-168/+199
|\ \
| * | Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-2/+2
| * | Refactor test to use DdlHelper.Guo Xiang Tan2014-03-291-166/+197
| * | Fix tests not unsubscribing from Notifications.Guo Xiang Tan2014-03-281-2/+2
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-171-7/+3
|\| |
| * | Don't skip tests if they are not broken. Just don't define theyRafael Mendonça França2014-02-161-7/+3
| |/
| * "string" isn't a valid column type for ActiveRecordAaron Patterson2014-01-141-1/+1
* | drop the dual encodings tableAaron Patterson2014-01-141-2/+2
* | Merge branch 'master' into set_bindsAaron Patterson2014-01-141-15/+21
|\|
| * don't establish a new connection when testing with `sqlite3_mem`.Yves Senn2014-01-141-15/+21
* | Merge branch 'master' into set_bindsAaron Patterson2014-01-111-11/+52
|\|
| * Raise NoDatabaseError when db does not existschneems2013-12-241-0/+7
| * fix url connections for sqlite3Aaron Patterson2013-12-201-0/+22
| * stop adding singleton methods to the SQLite3 connectionAaron Patterson2013-10-041-11/+11
| * Define enable_extension method to prevent undefined method errorAntonio Santos2013-08-021-0/+12