aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/mysql2_specific_schema.rb
Commit message (Expand)AuthorAgeFilesLines
* MySQL: Fix schema dumping `enum` and `set` columns correctlyRyuta Kamizono2019-07-051-4/+0
* Allow changing text and blob size without giving the `limit` optionRyuta Kamizono2019-01-291-0/+8
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-25/+17
* Support default expression for MySQLRyuta Kamizono2018-10-251-0/+3
* Use utf8mb4 in all tests and examplesRyuta Kamizono2018-09-211-2/+2
* Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-1/+1
* add mysql and sqlite3 default testkenjiszk2018-09-011-0/+7
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Subsecond precision is not supported until MySQL 5.6.4Ryuta Kamizono2018-07-091-6/+6
* Fix default value for mysql time types with specified precisionNikolay Kondratyev2018-07-041-0/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-231-0/+5
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-8/+8
* The BINARY Operator is only needed for string columnsRyuta Kamizono2016-02-221-0/+1
* Use `t.index` in `create_table` instead of `add_index` in test schemaRyuta Kamizono2016-01-311-5/+4
* Fix `bigint?` for Enum columns in MySQLRyuta Kamizono2016-01-311-1/+1
* Fix extract default with CURRENT_TIMESTUMPRyuta Kamizono2016-01-131-0/+7
* Add short-hand methods for text and blob types in MySQLRyuta Kamizono2016-01-051-10/+10
* Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQLRyuta Kamizono2016-01-041-1/+1
* Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2Sean Griffin2015-10-201-0/+11
|\
| * Add stored procedure test in mysql2Ryuta Kamizono2015-10-151-0/+11
* | Fix to correctly schema dump the `tinyblob`Ryuta Kamizono2015-10-151-1/+1
|/
* Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-061-9/+5
* tests, favor `drop_table` and `:if_exists` over raw SQL.Yves Senn2015-03-021-6/+2
* fix detect column type of enummasarakki2013-04-011-1/+1
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-271-0/+10
* Use the MySQL varbinary type when appropriate in migrations.Victor Costan2012-10-271-9/+13
* fix: limit of enum columns of mysqlYamada Masaki2012-06-281-0/+9
* Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.kennyj2012-02-261-2/+2
* Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-091-1/+12
* update tests for mysql2 supportBrian Lopez2010-08-021-0/+24