aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `default_index_type?` to the generic schema dumper doesn't have the knowl...Ryuta Kamizono2017-02-141-0/+4
* Deprecate `supports_primary_key?`Ryuta Kamizono2017-02-121-4/+0
* Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-091-2/+2
* Merge pull request #26378 from kamipo/decouple_building_arel_ast_for_uniquene...Jeremy Daer2017-02-061-2/+2
|\
| * Add `:nodoc:` to `case_sensitive_comparison` and `case_insensitive_comparison`Ryuta Kamizono2017-01-201-1/+1
| * Decouple the building Arel ASTs for uniqueness validatorRyuta Kamizono2016-12-251-1/+1
* | Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+Ryuta Kamizono2017-02-011-0/+8
* | Optimizing information_schema query for `foreign_keys`Ryuta Kamizono2017-01-051-0/+1
* | Deprecate passing `name` to `indexes` like `tables`Ryuta Kamizono2017-01-041-0/+6
* | Merge pull request #27435 from kamipo/follow_up_25307Sean Griffin2017-01-031-2/+2
|\ \
| * | Active Record supports MySQL >= 5.1.10Ryuta Kamizono2016-12-221-2/+2
* | | Revert "Merge pull request #27528 from kamipo/extract_casted_booleans"Kasper Timm Hansen2017-01-011-6/+14
* | | Extract `casted_true`/`casted_false` for `Type::ImmutableString`Ryuta Kamizono2017-01-011-14/+6
* | | `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-23/+20
* | | Remove deprecated `name` argument from `#tables`Rafael Mendonça França2016-12-291-7/+1
* | | Merge pull request #27402 from yui-knk/executeRafael França2016-12-281-1/+1
|\ \ \
| * | | Use `#execute` instead of `@connection.query`yui-knk2016-12-191-1/+1
| |/ /
* | / Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-14/+14
| |/ |/|
* | Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-19/+17
|/
* Merge pull request #25227 from kamipo/numeric_value_out_of_rangeSean Griffin2016-12-101-0/+3
|\
| * Translate numeric value out of range to the specific exceptionRyuta Kamizono2016-12-061-0/+3
* | Merge pull request #27278 from kamipo/should_be_sync_primary_key_definitionSean Griffin2016-12-081-1/+1
|\ \ | |/ |/|
| * Should be sync the `primary_key` definition with actually createdRyuta Kamizono2016-12-061-1/+1
* | Translate NOT NULL violation to the specific exceptionRyuta Kamizono2016-12-061-0/+4
* | Merge pull request #26687 from kamipo/fix_add_index_to_normalize_optionsMatthew Draper2016-12-061-0/+1
|\ \ | |/ |/|
| * Fix `add_index` to normalize column names and optionsRyuta Kamizono2016-10-031-0/+1
* | Make pg adapter use bigserial for pk by defaultPavel Pravosud2016-12-051-1/+23
* | Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-051-1/+1
* | Fix that `change_column` lose a commentRyuta Kamizono2016-12-051-0/+4
* | Fix that unsigned with zerofill is treated as signedRyuta Kamizono2016-11-271-1/+1
* | Refactor column initialization into `new_column_from_field`Kir Shatrov2016-11-111-11/+7
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* | Permit loads while queries are runningMatthew Draper2016-10-271-1/+5
* | Merge pull request #26899 from kamipo/use_regex_matchXavier Noria2016-10-271-2/+2
|\ \
| * | Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-2/+2
* | | let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
|/ /
* | Support index.length for MySQL 8.0.0-dmrYasuo Honda2016-10-131-1/+1
* | Dump index options to pretty formatRyuta Kamizono2016-10-101-2/+2
* | Prevent to create blank commentRyuta Kamizono2016-10-081-1/+1
|/
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-2/+2
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-16/+17
* Revert "Extract `PredicateBuilder::CaseSensitiveHandler`"Sean Griffin2016-08-311-3/+4
* Remove text default treated as an empty string in non-strict modeRyuta Kamizono2016-08-191-1/+1
* Merge pull request #25396 from kamipo/fix_error_message_for_out_of_range_inte...Rafael França2016-08-171-1/+1
|\
| * Fix error message for out of range byte size integer value for consistencyRyuta Kamizono2016-08-071-1/+1
* | Extract `PredicateBuilder::CaseSensitiveHandler`Ryuta Kamizono2016-08-161-4/+3
* | Merge pull request #26155 from kamipo/refactor_quoted_columns_for_indexRafael Mendonça França2016-08-161-16/+9
|\ \
| * | Refactor `quoted_columns_for_index` by extracted `add_options_for_index_columns`Ryuta Kamizono2016-08-141-16/+9
| |/
* / Add three new rubocop rulesRafael Mendonça França2016-08-161-7/+7
|/
* Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_nodeSean Griffin2016-08-061-1/+1
|\