aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/copy_table_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-181-3/+4
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-7/+7
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-23/+23
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* 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