aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' into experimentAaron Patterson2013-05-211-1/+1
|\|
| * Fix typo in test name and documentationVipul A M2013-05-201-1/+1
* | experimentAaron Patterson2013-05-171-3/+2
|/
* added comments to test_invalid_type in sqlite3 adapter test and added valid_t...Ranjay Krishna2013-03-281-0/+4
* Created a layer of abstraction for the valid type checking in schema dumper. ...Ranjay Krishna2013-03-251-0/+9
* Revert "checking in the abstractions for valid type checking:"Jon Leighton2013-02-151-9/+0
* checking in the abstractions for valid type checking:Ranjay Krishna2013-02-121-0/+9
* Remove not assigned variable warning from sqlite3 adapter testCarlos Antonio da Silva2012-10-291-1/+1
* SQLite3Adapter#type_cast should not mutate argumentsStefan Rusterholz2012-10-281-0/+6
* Revert "Merge pull request #6344"Piotr Sarnacki2012-06-251-6/+1
* Fix logs name consistency.kennyj2012-05-191-15/+21
* Fix warning: ambiguous first argument.kennyj2012-05-181-1/+1
* Remove unneeded testsPiotr Sarnacki2012-05-161-12/+0
* SQLite3 doesn't actually support the 'time' type.Erich Menge2012-05-151-0/+5
* remove checks for encodings availabilitySergey Nartimov2011-12-251-5/+1