aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Raise NoDatabaseError when db does not existschneems2013-12-241-0/+7
| * fix url connections for sqlite3Aaron Patterson2013-12-201-0/+22
| * quoting: Check if id is a valid method before using itArthur Neves2013-12-191-0/+7
| * Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-11/+12
| * Warning removed for ruby-headRashmi Yadav2013-11-071-1/+1
| * stop adding singleton methods to the SQLite3 connectionAaron Patterson2013-10-041-11/+11
| * Create sqlite3 directory if not presentschneems2013-08-051-0/+21
| * 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-172-16/+15
|/
* each to each_value; remove unused varsVipul A M2013-04-071-2/+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
* Fix copy table index test; Change == to ! on false in travis.rbVipul A M2013-03-211-1/+1
* Pass column to quote when copying a sqlite table.Matthew M. Boedicker2013-03-111-1/+5
* Revert "checking in the abstractions for valid type checking:"Jon Leighton2013-02-151-9/+0
* Merge pull request #9204 from ranjaykrishna/col-probAaron Patterson2013-02-121-0/+9
|\
| * checking in the abstractions for valid type checking:Ranjay Krishna2013-02-121-0/+9
* | Use Encoding::UTF_8 constant :do_not_litter:Akira Matsuda2013-01-281-1/+1
|/
* 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
* refactor `SQLite3Adapter#copy_table` to prevent primary key redefinitions. #6378Yves Senn2012-10-281-1/+8
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* 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
* Set the primary key during #copy_table if necessary. Fixes [#2312]Sean Scally2012-05-141-0/+8
* fix tests for SQLite3AdapterAndrey Deryabin2012-04-271-1/+1
* fix tests for sqlite3Andrey Deryabin2012-04-271-1/+1
* only log an error if there is a logger. fixes #5226Aaron Patterson2012-03-021-0/+9
* Don't type-cast unknown types to YAML.Stephen Celis2012-01-201-2/+2
* remove checks for encodings availabilitySergey Nartimov2011-12-251-5/+1