aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql
Commit message (Expand)AuthorAgeFilesLines
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-4/+4
* No need `MysqlDouble` and `MysqlDouble.reset_column_information`Ryuta Kamizono2015-11-051-12/+6
* Add test_float_limits to mysql2yui-knk2015-11-031-12/+11
* Merge pull request #22122 from samphilipd/sam/manual_locking_on_schema_migrat...Sean Griffin2015-10-301-0/+28
|\
| * Use advisory locks to prevent concurrent migrationsSam Davies2015-10-301-0/+28
* | Fix test failures caused by #19501Sean Griffin2015-10-291-0/+1
* | tests, no every adapter supports "connection.version"Yves Senn2015-10-291-11/+12
|/
* Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2Sean Griffin2015-10-202-14/+19
|\
| * Add stored procedure test in mysql2Ryuta Kamizono2015-10-152-14/+19
* | Fix to correctly schema dump the `tinyblob`Ryuta Kamizono2015-10-151-1/+1
|/
* Merge pull request #21288 from yahonda/mysql_requires_passwordArthur Nogueira Neves2015-10-121-1/+1
|\
| * Allow mysql and mysql2 tests run by database user with passwordYasuo Honda2015-08-181-1/+1
* | Remove unused `pk_and_sequence_for` in AbstractMysqlAdapterRyuta Kamizono2015-10-081-24/+0
* | fix `bin/test -a sqlite3_mem`.Yves Senn2015-09-221-19/+13
* | Eliminate `test_tables_quoting` following seems to be left in #21687Ronak Jangir2015-09-211-8/+0
* | :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
* | Merge pull request #17696 from kamipo/unsigned_integer_supportJeremy Daer2015-09-191-2/+37
|\ \
| * | Add `unsigned` types for numeric data types in MySQLRyuta Kamizono2015-09-181-0/+13
| * | Add `unsigned` support for numeric data types in MySQLRyuta Kamizono2015-09-181-2/+24
| |/
* | Merge pull request #19086 from kamipo/move_explain_into_abstract_mysql_adapterJeremy Daer2015-09-191-0/+27
|\ \
| * | Move `explain` into `AbstractMysqlAdapter`Ryuta Kamizono2015-03-011-0/+27
* | | Merge pull request #21607 from kamipo/remove_unnecessary_display_widthJeremy Daer2015-09-192-5/+5
|\ \ \
| * | | Remove unnecessary display widthRyuta Kamizono2015-09-162-5/+5
| | |/ | |/|
* | | Should test both mysql adaptersRyuta Kamizono2015-09-201-10/+8
* | | Remove `@connection` in `StatementPool`Ryuta Kamizono2015-09-201-1/+1
|/ /
* | use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-131-1/+1
* | Remove ivar only when definedAkira Matsuda2015-07-241-2/+2
* | Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-201-0/+14
* | make it possible to run AR tests with bin/testYves Senn2015-06-1115-64/+54
* | If specify `strict: :default` explicitly, do not set sql_mode.Ryuta Kamizono2015-05-261-0/+9
* | More exercise the create index sql testsRyuta Kamizono2015-05-041-0/+37
* | Merge pull request #17569 from kamipo/dump_table_optionsRafael Mendonça França2015-05-031-0/+42
|\ \
| * | Correctly dump `:options` on `create_table` for MySQLRyuta Kamizono2015-05-031-0/+42
* | | Remove unused requireRyuta Kamizono2015-05-031-1/+0
|/ /
* | Use `use_transactional_tests` in Active RecordPrem Sichanugrist2015-04-101-1/+1
* | Merge pull request #17574 from kamipo/charset_collation_optionsJeremy Kemper2015-04-071-0/+54
|\ \
| * | Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-061-0/+54
| |/
* / Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-163-3/+3
|/
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-182-2/+2
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* Extract `DateTimePrecisionTest`Ryuta Kamizono2015-02-131-87/+0
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove Relation#bind_paramsSean Griffin2015-01-272-6/+6
* 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 in mysql quoting testsSean Griffin2015-01-011-6/+2
* Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-301-0/+6
* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-0/+30