aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2
Commit message (Expand)AuthorAgeFilesLines
* Change the inexistent database name to inexistent_activerecord_unittestYasuo Honda2014-01-011-1/+1
* used user-defined configurations for running tests that might depend on user'...Kuldeep Aggarwal2013-12-291-1/+2
* Move mysql2 test for when adapter will be loadedschneems2013-12-241-0/+7
* support creating temporary tables from queriesCody Cutrer2013-12-141-0/+9
* Fix warnings on mysql2 explain testCarlos Antonio da Silva2013-12-101-3/+3
* Support MySQL 5.7 explainYasuo Honda2013-12-101-3/+3
* `rename_index`: add the new index before removing the old one.Yves Senn2013-11-261-6/+19
* Merge pull request #12779 from dougbarth/dont_swallow_exceptions_during_trans...Aaron Patterson2013-11-151-0/+5
|\
| * Remove tests for not swallowing exceptions.Doug Barth2013-11-151-21/+0
| * Don't swallow exceptions in transctional statementsDoug Barth2013-11-051-0/+26
* | Unifies mysql and mysql2 casting of booleans.Yves Senn2013-11-111-3/+3
* | test cases to describe the MySQL boolean behavior.Yves Senn2013-11-111-0/+91
|/
* stop adding singleton methods to the mysql2 adapterAaron Patterson2013-10-041-7/+7
* Cleanup of class_nameAnkit Gupta2013-07-281-1/+1
* Revert "Merge pull request #11120 from awilliams/ar_mysql2_boolean_quoting"Yves Senn2013-07-171-25/+0
* Unifies mysql and mysql2 casting of booleansawilliams2013-07-161-0/+25
* Fix broken mysql testJon Leighton2013-05-031-16/+11
* fix detect column type of enummasarakki2013-04-011-1/+1
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-272-14/+22
* Checks :algorithm argument for valid valuesDan McClain2013-03-261-0/+4
* Adds support for concurrent indexing in PostgreSQL adapterDan McClain2013-03-251-8/+11
* Custom index type support with :using.doabit2013-03-242-0/+30
* Removed unnecessary blockAnupam Choudhury2013-03-221-2/+1
* sets limit 191 for schema_migrations#version in mysql2 if the encoding is "ut...Xavier Noria2013-03-171-0/+26
* MOAR cleanups.Vipul A M2013-03-141-1/+0
* `Connection#structure_dump` is no longer used. #9518Yves Senn2013-03-062-11/+0
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-7/+5
* Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-081-0/+17
* Use the MySQL varbinary type when appropriate in migrations.Victor Costan2012-10-271-0/+14
* Remove ActiveRecord::ModelJon Leighton2012-10-261-6/+6
* Rename "Fixtures" class to "FixtureSet"Alexey Muranov2012-10-071-2/+2
* Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_modeYasuo Honda2012-08-221-3/+4
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-1/+1
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-1/+1
* fix: limit of enum columns of mysqlYamada Masaki2012-06-281-0/+10
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-6/+6
* Fix logs name consistency.kennyj2012-05-191-0/+27
* Add config option, rdoc, tests for mysql(2) STRICT_ALL_TABLES mode.Michael Pearson2012-05-051-0/+16
* find and replace deprecated keysJon Leighton2012-04-271-1/+1
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-272-3/+3
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-1/+1
* Change the string to use in test case.kennyj2012-03-071-1/+1
* Fix message assertions for quoting database name in "show tables" for mysqlCarlos Antonio da Silva2012-03-041-1/+1
* Fix GH #3163. Should quote database on mysql/mysql2.kennyj2012-03-051-0/+11
* Fix CIJon Leighton2011-12-281-3/+3
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-1/+1
* add the query to AR::Relation#explain outputXavier Noria2011-11-251-0/+3
* Verify that #3690 has been closed by previous changes to the mysqlJon Leighton2011-11-191-1/+5
* implements AR::Relation#explainXavier Noria2011-11-051-0/+23
* ambiguous first argument; put parentheses or even spaces Warning removed!Arun Agrawal2011-10-101-2/+2