aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql/schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-94/+0
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-4/+4
* No need `MysqlDouble` and `MysqlDouble.reset_column_information`Ryuta Kamizono2015-11-051-12/+6
* Add test_float_limits to mysql2yui-knk2015-11-031-12/+11
* Fix test failures caused by #19501Sean Griffin2015-10-291-0/+1
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-181-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Changed extract_limit in class Column to return correct mysql float and doubl...Aaron Nelson2014-05-161-0/+38
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-271-13/+16
* Custom index type support with :using.doabit2013-03-241-0/+19
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-1/+1
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-1/+1
* Verify that #3690 has been closed by previous changes to the mysqlJon Leighton2011-11-191-1/+5
* 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
* added the mysql schema test to mysql2 adapter, and fixed the corresponding fa...Josh Kalderimis2011-05-031-1/+1
* schemas set by set_table_name are respected by the mysql adapter. [#5322 stat...Aaron Patterson2011-03-211-0/+36