aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/copy_table_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove `Column#primary`Sean Griffin2014-05-231-1/+0
* remove unused fixtures from sqlite3 test casesRajarshi Das2014-02-141-1/+1
* each to each_value; remove unused varsVipul A M2013-04-071-2/+2
* 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
* refactor `SQLite3Adapter#copy_table` to prevent primary key redefinitions. #6378Yves Senn2012-10-281-1/+8
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* Set the primary key during #copy_table if necessary. Fixes [#2312]Sean Scally2012-05-141-0/+8
* 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
* Move sqlite to sqlite3 for this tests to be run only on sqlite3 adapterSantiago Pastorino2010-06-281-0/+80