| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly dump native timestamp types for MySQL | Ryuta Kamizono | 2017-02-23 | 1 | -0/+5 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -8/+8 |
* | The BINARY Operator is only needed for string columns | Ryuta Kamizono | 2016-02-22 | 1 | -0/+1 |
* | Use `t.index` in `create_table` instead of `add_index` in test schema | Ryuta Kamizono | 2016-01-31 | 1 | -5/+4 |
* | Fix `bigint?` for Enum columns in MySQL | Ryuta Kamizono | 2016-01-31 | 1 | -1/+1 |
* | Fix extract default with CURRENT_TIMESTUMP | Ryuta Kamizono | 2016-01-13 | 1 | -0/+7 |
* | Add short-hand methods for text and blob types in MySQL | Ryuta Kamizono | 2016-01-05 | 1 | -10/+10 |
* | Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQL | Ryuta Kamizono | 2016-01-04 | 1 | -1/+1 |
* | Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2 | Sean Griffin | 2015-10-20 | 1 | -0/+11 |
|\ |
|
| * | Add stored procedure test in mysql2 | Ryuta Kamizono | 2015-10-15 | 1 | -0/+11 |
* | | Fix to correctly schema dump the `tinyblob` | Ryuta Kamizono | 2015-10-15 | 1 | -1/+1 |
|/ |
|
* | Add `:charset` and `:collation` options support for MySQL string and text col... | Ryuta Kamizono | 2015-03-06 | 1 | -9/+5 |
* | tests, favor `drop_table` and `:if_exists` over raw SQL. | Yves Senn | 2015-03-02 | 1 | -6/+2 |
* | fix detect column type of enum | masarakki | 2013-04-01 | 1 | -1/+1 |
* | Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL. | Ken Mazaika | 2013-03-27 | 1 | -0/+10 |
* | Use the MySQL varbinary type when appropriate in migrations. | Victor Costan | 2012-10-27 | 1 | -9/+13 |
* | fix: limit of enum columns of mysql | Yamada Masaki | 2012-06-28 | 1 | -0/+9 |
* | Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931. | kennyj | 2012-02-26 | 1 | -2/+2 |
* | Only use LOWER for mysql case insensitive uniqueness check when column has a ... | Joseph Palermo | 2011-10-09 | 1 | -1/+12 |
* | update tests for mysql2 support | Brian Lopez | 2010-08-02 | 1 | -0/+24 |