aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2
Commit message (Expand)AuthorAgeFilesLines
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-102-14/+4
* Respect the database default charset for `schema_migrations` table.Ryuta Kamizono2015-02-081-4/+12
* tests, use `drop_table if_exists: true` in our test suite.Yves Senn2015-01-201-1/+1
* Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...Rafael Mendonça França2015-01-021-0/+87
|\
| * Format the datetime string according to the precision of the datetime field.Ryuta Kamizono2015-01-021-0/+17
| * Allow precision option for MySQL datetimes.Ryuta Kamizono2015-01-021-0/+70
|/
* Stop relying on columns for type information in mysql2 casting testsSean Griffin2015-01-011-4/+2
* Go through normal `where` logic when preloading associationsSean Griffin2014-12-261-1/+1
* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-0/+30
* Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-031-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-293-6/+4
* synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-201-1/+1
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* add a truncate method to the connectionAaron Patterson2014-09-221-0/+13
* MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabledJeremy Kemper2014-09-011-6/+8
* Clear schema cache before each testAkira Matsuda2014-09-011-0/+1
* MySQL: set connection collation along with the charsetJeremy Kemper2014-08-301-0/+5
* Merge pull request #16481 from sgrif/sg-change-default-timestampsDavid Heinemeier Hansson2014-08-171-1/+1
|\
| * Change the default `null` value for timestampsSean Griffin2014-08-121-1/+1
* | [ci skip] fix spelling of overrideAkshay Vishnoi2014-08-131-1/+1
|/
* Merge pull request #16196 from yahonda/mysql_restrict_testMatthew Draper2014-07-171-4/+3
|\
| * Revert "Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode"Yasuo Honda2014-07-171-4/+3
* | use foreign key DSL in our tests.Yves Senn2014-07-161-2/+2
|/
* active_record: Type cast booleans and durations for string columns.Dylan Thacker-Smith2014-07-061-2/+2
* Stringify variables names for mysql connectionsPaul Nikitochkin2014-04-301-0/+8
* all tests passing on mysql2Aaron Patterson2014-04-091-3/+3
* Add ConnectionHelper to refactor tests.Guo Xiang Tan2014-04-032-16/+7
* Fix tests not unsubscribing from Notifications.Guo Xiang Tan2014-03-281-2/+2
* No need to use begin/end blocksRafael Mendonça França2014-03-261-8/+8
* No need to gsub the stringRafael Mendonça França2014-03-261-1/+1
* Fixes bugs for using indexes in CREATE TABLE by adding checks for table exist...Steve Rice2014-03-251-2/+4
* create indexes inline in CREATE TABLE for MySQLCody Cutrer2014-03-251-0/+11
* Use teardown helper method.Guo Xiang Tan2014-03-142-2/+2
* Unit test for mysql quote time usecArthur Neves2014-03-121-0/+7
* Merge pull request #13040 from kamipo/case_sensitive_comparisonRafael Mendonça França2014-03-121-2/+22
|\
| * Only use BINARY for mysql case sensitive uniqueness check when column has a c...Ryuta Kamizono2013-11-261-2/+22
* | 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