aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql
Commit message (Collapse)AuthorAgeFilesLines
* Namespace Fixtures in ActiveRecordJason Noble2011-05-071-1/+1
| | | [Fixes #439]
* added the mysql schema test to mysql2 adapter, and fixed the corresponding ↵Josh Kalderimis2011-05-031-1/+1
| | | | failures
* 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 ↵Aaron Patterson2011-03-211-0/+36
| | | | state:resolved]
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-21/+3
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: activerecord/examples/performance.rb activerecord/lib/active_record/association_preload.rb activerecord/lib/active_record/associations.rb activerecord/lib/active_record/associations/association_proxy.rb activerecord/lib/active_record/autosave_association.rb activerecord/lib/active_record/base.rb activerecord/lib/active_record/nested_attributes.rb activerecord/test/cases/relations_test.rb
| * 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
|/ | | | | | - Added IdentityMap to be included into AR::Base - Fixed bug with Mysql namespace missing when running tests only for sqlite - Added sqlite as default connection
* renaming exec in the mysql adapterAaron Patterson2010-11-051-13/+13
|
* mysql tests are mostly passingAaron Patterson2010-10-261-0/+58
|
* Bug Fix -- clean up connection after stored procedure [#3151 state:resolved]Jeff Lawson2010-08-172-0/+16
|
* fixed indentation in test casesMark Turner2010-08-111-1/+1
| | | | Signed-off-by: wycats <wycats@gmail.com>
* update tests for mysql2 supportBrian Lopez2010-08-021-1/+1
|
* Make use of redefine_method, removed some more redefining warningsŁukasz Strzałkowski2010-07-191-0/+1
|
* Merge branch 'tago'José Valim2010-06-261-3/+3
|
* reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-253-0/+364
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>