aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove stray whitespaceJeremy Kemper2011-10-091-4/+1
* Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-091-0/+38
* Remove unused 'y' variable.Sebastian Martinez2011-06-081-2/+2
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-065-5/+5
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-045-5/+5
* use a null byte as a bind parameter substitute as it is not allowed in normal...Aaron Patterson2011-05-091-0/+50
* 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-0/+36
* bad tests are badAaron Patterson2011-02-141-18/+0
* avoids warnings about mismatched indentations in Ruby 1.9.2Xavier Noria2010-08-191-1/+1
* update tests for mysql2 supportBrian Lopez2010-08-023-0/+343