aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Removed mocha from Active Record Part 1Ronak Jangir2015-08-251-7/+10
* make it possible to run AR tests with bin/testYves Senn2015-06-117-8/+7
* Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-282-4/+57
* 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
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-032-2/+0
* Always convert strings to UTF-8, regardless of column type in SQLiteSean Griffin2015-01-281-1/+1
* Remove Relation#bind_paramsSean Griffin2015-01-271-5/+3
* Stop passing a column to `quote` in testsSean Griffin2015-01-101-2/+2
* Stop explicitly passing `nil` as the column to `type_cast`Sean Griffin2015-01-011-12/+12
* Stop relying on columns in sqlite quoting testsSean Griffin2015-01-011-22/+1
* Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-301-0/+6
* Go through normal `where` logic when preloading associationsSean Griffin2014-12-261-1/+1
* 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
* Build fix when running in isolationArun Agrawal2014-11-141-0/+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
* | Merge pull request #16055 from sgrif/sg-refactor-sqlite3-stringsMatthew Draper2014-07-121-0/+7
|\ \
| * | Use a type object for type casting behavior on SQLite3Sean Griffin2014-07-111-0/+7
* | | 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
|/ /
* | Always pass a column with a type object to quoteSean Griffin2014-06-281-2/+2
* | Don't type cast the default on the columnSean Griffin2014-06-171-1/+1
* | Test Case - Change method nameAkshay Vishnoi2014-05-281-1/+1
* | Remove checks against `column.type` in abstract adapter quotingSean Griffin2014-05-261-2/+2
* | Remove `Column#primary`Sean Griffin2014-05-231-1/+0
* | Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-6/+6
* | Add a type object to Column constructorSean Griffin2014-05-171-6/+6
* | Test typecasting on instance rather than class itselfAkshay Vishnoi2014-05-031-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
| |/
* | working against arel/collector branchAaron Patterson2014-04-091-3/+3
* | 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
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-171-1/+1
|\| |
| * | remove unused fixtures from sqlite3 test casesRajarshi Das2014-02-141-1/+1
| |/
| * "string" isn't a valid column type for ActiveRecordAaron Patterson2014-01-141-1/+1
* | fixing explain tests for sqlite3Aaron Patterson2014-01-171-13/+13
* | 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-114-22/+92
|\|