aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary blockAnupam Choudhury2013-03-201-2/+1
* `Connection#structure_dump` is no longer used. #9518Yves Senn2013-03-061-5/+0
* Skip connection url test when the machine is using socket configuration.Rafael Mendonça França2013-02-241-0/+3
* Revert "checking in the abstractions for valid type checking:"Jon Leighton2013-02-151-9/+0
* Merge pull request #9204 from ranjaykrishna/col-probAaron Patterson2013-02-121-0/+9
|\
| * checking in the abstractions for valid type checking:Ranjay Krishna2013-02-121-0/+9
* | Don't use anonymous classes in connection testsGuillermo Iguaran2013-01-191-3/+5
|/
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-7/+5
* Standardize the use of current_adapter?Rafael Mendonça França2013-01-011-1/+1
* 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-11/+11
* 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
* fixing tests to deal with data differences between prepared statements and no...Aaron Patterson2012-07-132-2/+7
* 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
* Add config option, rdoc, tests for mysql(2) STRICT_ALL_TABLES mode.Michael Pearson2012-05-051-0/+13
* 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-271-1/+1
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-1/+1
* be sure to currectly fetch PK name from MySQL even if the PK has some custom ...Akira Matsuda2012-04-191-0/+30
* 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/+10
* Fix CIJon Leighton2011-12-281-8/+8
* remove checks for encodings availabilitySergey Nartimov2011-12-251-11/+5
* 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
* fix to remove warning in test casesVishnu Atrai2011-10-161-2/+2
* Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-091-0/+35
* LRU cache in mysql and sqlite are now per-process caches.Aaron Patterson2011-09-071-0/+23
* Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapt...Jon Leighton2011-08-291-4/+4
* move around testsAaron Patterson2011-07-211-0/+10
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-067-7/+7
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-047-8/+7
* Namespace Fixtures in ActiveRecordJason Noble2011-05-071-1/+1
* added the mysql schema test to mysql2 adapter, and fixed the corresponding fa...Josh Kalderimis2011-05-031-1/+1
* mysql type cast should return integers when typecasting true / falseAaron Patterson2011-04-141-0/+26
* use index based substitution for bind parametersAaron Patterson2011-04-131-1/+1
* fixing variable name in mysql testAaron Patterson2011-04-111-1/+1
* adding mysql adapter test caseAaron Patterson2011-04-111-0/+69
* schemas set by set_table_name are respected by the mysql adapter. [#5322 stat...Aaron Patterson2011-03-211-0/+36
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-21/+3
|\
| * removing irrelevant testAaron Patterson2011-02-141-18/+0
| * fixing unused variable warningsAaron Patterson2011-01-171-3/+3
* | IdentityMap - misc fixesMarcin Raczkowski2010-11-191-1/+1
|/
* renaming exec in the mysql adapterAaron Patterson2010-11-051-13/+13