| Commit message (Expand) | Author | Age | Files | Lines |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -16/+16 |
* | Should quote `lock_name` to pass to `get_advisory_lock` | Ryuta Kamizono | 2016-05-10 | 1 | -3/+3 |
* | Append sql_mode instead of overwriting in strict mode | Ryuta Kamizono | 2016-03-13 | 1 | -25/+25 |
* | Add support for passing flags to MySQL2 adapter by array | Stephen Blackstone | 2015-12-22 | 1 | -1/+8 |
* | Remove legacy mysql adapter | Ryuta Kamizono | 2015-12-21 | 1 | -4/+1 |
* | Allow users to pass flags from database.yml | Stephen Blackstone | 2015-12-15 | 1 | -0/+7 |
* | Rename 'key' to 'lock_id' or 'lock_name' for advisory locking | Sam Davies | 2015-11-18 | 1 | -9/+9 |
* | Use advisory locks to prevent concurrent migrations | Sam Davies | 2015-10-30 | 1 | -0/+28 |
* | make it possible to run AR tests with bin/test | Yves Senn | 2015-06-11 | 1 | -1/+1 |
* | If specify `strict: :default` explicitly, do not set sql_mode. | Ryuta Kamizono | 2015-05-26 | 1 | -0/+9 |
* | prefer `drop_table if_exists: true` over raw SQL. | Yves Senn | 2015-02-18 | 1 | -1/+1 |
* | Refactor microsecond precision to be database agnostic | Sean Griffin | 2015-02-10 | 1 | -7/+0 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -3/+1 |
* | add a truncate method to the connection | Aaron Patterson | 2014-09-22 | 1 | -0/+13 |
* | MySQL: set connection collation along with the charset | Jeremy Kemper | 2014-08-30 | 1 | -0/+5 |
* | [ci skip] fix spelling of override | Akshay Vishnoi | 2014-08-13 | 1 | -1/+1 |
* | Revert "Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode" | Yasuo Honda | 2014-07-17 | 1 | -4/+3 |
* | Stringify variables names for mysql connections | Paul Nikitochkin | 2014-04-30 | 1 | -0/+8 |
* | Add ConnectionHelper to refactor tests. | Guo Xiang Tan | 2014-04-03 | 1 | -11/+3 |
* | Fix tests not unsubscribing from Notifications. | Guo Xiang Tan | 2014-03-28 | 1 | -2/+2 |
* | Unit test for mysql quote time usec | Arthur Neves | 2014-03-12 | 1 | -0/+7 |
* | Change the inexistent database name to inexistent_activerecord_unittest | Yasuo Honda | 2014-01-01 | 1 | -1/+1 |
* | used user-defined configurations for running tests that might depend on user'... | Kuldeep Aggarwal | 2013-12-29 | 1 | -1/+2 |
* | Move mysql2 test for when adapter will be loaded | schneems | 2013-12-24 | 1 | -0/+7 |
* | Remove tests for not swallowing exceptions. | Doug Barth | 2013-11-15 | 1 | -21/+0 |
* | Don't swallow exceptions in transctional statements | Doug Barth | 2013-11-05 | 1 | -0/+26 |
* | stop adding singleton methods to the mysql2 adapter | Aaron Patterson | 2013-10-04 | 1 | -7/+7 |
* | `Connection#structure_dump` is no longer used. #9518 | Yves Senn | 2013-03-06 | 1 | -6/+0 |
* | Session variables for mysql, mysql2, and postgresql adapters can be set | Aaron Stone | 2012-12-08 | 1 | -0/+17 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -6/+6 |
* | Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode | Yasuo Honda | 2012-08-22 | 1 | -3/+4 |
* | Fix logs name consistency. | kennyj | 2012-05-19 | 1 | -0/+27 |
* | Add config option, rdoc, tests for mysql(2) STRICT_ALL_TABLES mode. | Michael Pearson | 2012-05-05 | 1 | -0/+16 |
* | Fix CI | Jon Leighton | 2011-12-28 | 1 | -3/+3 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | avoids warnings about mismatched indentations in Ruby 1.9.2 | Xavier Noria | 2010-08-19 | 1 | -1/+1 |
* | update tests for mysql2 support | Brian Lopez | 2010-08-02 | 1 | -0/+42 |