aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2
Commit message (Expand)AuthorAgeFilesLines
* Dont simply assume a type is a valid database type. This is only always true ...Vipul A M2016-04-251-0/+11
* Properly serialize all JSON primitives in the AR JSON typeSean Griffin2016-04-131-4/+11
* Support microsecond datetime precision on MariaDB 5.3+.Jeremy Daer2016-04-082-21/+45
* Use `QUOTED_TRUE` and `QUOTED_FALSE` instead of magic stringsyui-knk2016-04-051-2/+12
* Append sql_mode instead of overwriting in strict modeRyuta Kamizono2016-03-131-25/+25
* Merge pull request #23797 from kamipo/case_sensitive_comparison_for_non_strin...Rafael França2016-03-111-0/+9
|\
| * The BINARY Operator is only needed for string columnsRyuta Kamizono2016-02-221-0/+9
* | Dump `bigint` instead of `integer` with `limit: 8` for schema dumperRyuta Kamizono2016-03-111-1/+1
* | Merge pull request #23953 from kamipo/fix_tests_failure_with_prepared_stateme...Rafael França2016-03-011-19/+13
|\ \
| * | Remove unnecessary namespaces in `explain_test.rb`Ryuta Kamizono2016-02-291-19/+13
| |/
* / Fix `NoMethodError: undefined method `fields' for nil:NilClass`Ryuta Kamizono2016-02-291-0/+18
|/
* Avoid extra `show variables` in migrationRyuta Kamizono2016-02-011-5/+0
* Fix `bigint?` for Enum columns in MySQLRyuta Kamizono2016-01-311-0/+5
* [close #23009] Limit key lengthschneems2016-01-211-7/+29
* Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQLRyuta Kamizono2016-01-041-1/+12
* Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57Rafael França2015-12-301-0/+44
|\
| * Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BYRyuta Kamizono2015-12-231-0/+44
* | Improve `select_one` in `Mysql2Adapter`Ryuta Kamizono2015-12-271-0/+6
* | Add support for passing flags to MySQL2 adapter by arrayStephen Blackstone2015-12-221-1/+8
* | Remove legacy mysql adapterRyuta Kamizono2015-12-211-4/+1
|/
* These limits are now implicitMatthew Draper2015-12-182-2/+2
* Allow users to pass flags from database.ymlStephen Blackstone2015-12-151-0/+7
* Fix test failure in `adapters/mysql/active_schema_test.rb`Ryuta Kamizono2015-11-201-1/+1
* Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-181-9/+9
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-092-8/+8
* No need `MysqlDouble` and `MysqlDouble.reset_column_information`Ryuta Kamizono2015-11-051-12/+6
* Add test_float_limits to mysql2yui-knk2015-11-031-0/+37
* 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-201-0/+29
|\
| * Add stored procedure test in mysql2Ryuta Kamizono2015-10-151-0/+29
* | Fix to correctly schema dump the `tinyblob`Ryuta Kamizono2015-10-151-1/+1
|/
* Refactor `table_exists?` in AbstractMysqlAdapterRyuta Kamizono2015-09-201-8/+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
* | Should test both mysql adaptersRyuta Kamizono2015-09-201-10/+8
|/
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-0/+172
* use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-131-1/+1
* Remove @connection instance variable only when definedYasuo Honda2015-07-261-2/+2
* Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-201-0/+21
* make it possible to run AR tests with bin/testYves Senn2015-06-1114-75/+70
* 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