aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-2/+0
* fixing tests on ruby 1.8Aaron Patterson2011-11-201-1/+3
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-0/+1
* Transactional fixtures enlist all active database connections.Jeremy Kemper2011-10-051-0/+4
* Force binary data inserted for a string data type to utf-8 and log anAaron Patterson2011-08-251-0/+16
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* use index based substitution for bind parametersAaron Patterson2011-04-131-1/+1
* adding exec_insert for postgresqlAaron Patterson2011-04-111-0/+2
* adding exec_insert to sqlite3Aaron Patterson2011-04-111-0/+12